Created
December 26, 2016 11:17
-
-
Save koffisani/556f2cdfe91f2853d47ccb0dd5d12d9e to your computer and use it in GitHub Desktop.
Enable Constraints in SQL Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE <nom_database>; | |
Exec sp_msforeachtable "ALTER TABLE ? WITH CHECK CHECK CONSTRAINT all"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment