Full Stack Development - by Ryan Kirkman

How to Re-enable all Constraints in SQL Server

exec sp_msforeachtable 'ALTER TABLE ? WITH CHECK CHECK CONSTRAINT all'

Source

comments powered by Disqus