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