0
I tried to delete a column from a database, checked that there are restrictions.
ALTER TABLE dbo.TB_ESTRACAO DROP COLUMN MULTIPLIER
I get a message, how can I resolve this? I thank you!
Message 5074, Level 16, Status 1, Line 1 The Object 'DF_TB_ESTRACAO_MULTIPLICADOR' is dependent on column 'MULTIPLIER'. Message 4922, Level 16, Status 9, Line 1 ALTER TABLE DROP COLUMN MULTIPLIER failed because one or more Objects access this column.