Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving from test to production - identify seed question
Message
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00659937
Message ID:
00660098
Views:
16
>Hi Eric,
>
>Thanks for the info. I can't use Truncate table on a table referenced by a foreign key constraint.
>
>I'll have to figure out a way to delete the constraints - before truncating the tables - and then rebuild them once all appropriate tables have been truncated.

Can you temporarily drop with contraint with

ALTER TABLE Tablename NOCHECK CONSTRAINT ConstraintName

then reestablish with

ALTER TABLE Tablename CHECK CONSTRAINT ConstraintName
Chris McCandless
Red Sky Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform