cookieChoices = {};

Wednesday, 4 May 2016

Disable all constraints of a table

Disable all constraints of a table

ALTER TABLE Table_Name NOCHECK CONSTRAINT ALL

No comments:

Post a Comment