I have been trying to remove a foreign key contraint from a table with any success. I had a look at the docuemnt, the
command should be something like
ALTER TABLE mytable DROP CONTRAINT contraiint
What the "contraint" shall be if the table has "Triggers: RI_ConstraintTrigger_16613"?
Thanks