Viewing 2 posts - 1 through 2 (of 2 total)
Hi Craig , the following script can work well in case of constraints between in tables.
USE DbName
GO
-- Get table name before dropping
SELECT [name] AS TableName FROM SYS.TABLES
--...
November 5, 2010 at 12:39 am
#1246992
Hi Mahesh,
You can try my method. When I encountered similar issue, I used the following steps to fix it.
Step 1: Add "IMEX = 1 " ,
...
October 21, 2010 at 9:37 pm
#1240699