Can not ALTER COLUMN if it is used in INDEX, STATISTICS, PRIMARY KEY
If I change a column to not nullable or shorten a column, I get the error:
The altered column cannot be:
A column with a text, image, ntext, or timestamp data type.
The ROWGUIDCOL for the table.
A computed column or used in a computed column.
A replicated column.
Used in an index, unless the column is a varchar, nvarchar, [...]
