I am trying to drop a column in my SQL Server 2005 database and getting an error.
The code I am running is:
and I am getting the error:
Any suggestions to what may be the problem?
The code I am running is:
Code:
ALTER TABLE Targets DROP COLUMN Connections
Code:
The object 'DF___Targets_Conne___25A75D29' is dependant on column 'Connections'