I am trying to do this:
ALTER TABLE CompanyTransactions DROP COLUMN Created
But I get this:
Msg 5074, Level 16, Stat
When you alter column datatype you need to change constraint key for every database
datatype
constraint key
alter table CompanyTransactions drop constraint [df__CompanyTr__Creat__0cdae408];