cookieChoices = {};

Wednesday, 4 May 2016

Disable all constraints of all tables

Disable all constraints of all tables


EXEC sp_MSForEachTable 'ALTER TABLE ? NOCHECK CONSTRAINT ALL'  

No comments:

Post a Comment