MSSQL – Fix Error – ALTER TABLE ALTER COLUMN Col1 failed because one or more objects access this col



MSSQL – Fix Error – ALTER TABLE ALTER COLUMN Col1 failed because one or more objects access this col

MSSQL - Fix Error - ALTER TABLE ALTER COLUMN Col1 failed because one or more objects access this col

Fix Error –
Msg 5074, Level 16, State 1, Line 1
The index ‘IX_TableWithIndexTest’ is dependent on column ‘Col1’.
Msg 4922, Level 16, State 9, Line 1
ALTER TABLE ALTER COLUMN Col1 failed because one or more objects access this column.

More Info
https://howtodomssqlcsharpexcelaccess.blogspot.com/2019/05/mssql-fix-error-alter-table-alter.html

Comments are closed.