ALTER TABLE DROP COLUMN EDI Item Cross Ref_ failed because one or more objects access this column./
You need to remove all of the constraints before you can drop the column.
alter table [
IX_RRR_Inc$Sales_Invoice_Line] drop constraint [
EE DD AA_];
alter table [
IX_RRR_Inc$Sales_Invoice_Line] drop column [
EDI Item Cross Ref_];
Dustin Wolf, MS
André Arnaud de Cal... 291,622 Super User 2024 Season 2
Martin Dráb 230,354 Most Valuable Professional
nmaenpaa 101,156