Answers for "The object 'DF__tbl_Conta__Creat__61316BF4' is dependent on column 'Created_On'."

0

The object 'DF__tbl_Conta__Creat__61316BF4' is dependent on column 'Created_On'.

-- Run this command
ALTER TABLE tableNAME   DROP CONSTRAINT DF_Movies_Rating__48CFD27E;
-- Then this
ALTER TABLE tableName  DROP COLUMN columnName;
Posted by: Guest on June-29-2021

Code answers related to "The object 'DF__tbl_Conta__Creat__61316BF4' is dependent on column 'Created_On'."

Browse Popular Code Answers by Language