Wednesday, December 31, 2014

Generated Script fails when attempting to drop Foreign Key Constraint

Are you sure there are no Constraints on other tables which are causing your issue?


If a foreign key from table abc refences table def it will cause the drop to fail.


If your script is already attempting to drop such constraints, have you checked that they are dropping from the correct table (and not the table that would be the target of the drop)?


No comments:

Post a Comment