Duplicate Drop\Create Foreign Key Statements
dbirdil
Posts: 8
I compared a database with 750 tables. The generated script used to update the data created duplicate drops and create statements for the same foreign key. After deleting about a dozen of these statements, I gave up and promoted only a few tables at a time.
Is this a problem because I am using such a complex database?
Is this a problem because I am using such a complex database?
This discussion has been closed.
Comments
Does this cause the script to throw an error when it is run on the SQL server?