Open GoogleCodeExporter opened 9 years ago
Original comment by a03pe...@gmail.com
on 4 Dec 2012 at 1:17
Original comment by a03pe...@gmail.com
on 10 Dec 2012 at 10:01
Original comment by a03pe...@gmail.com
on 20 Dec 2012 at 11:23
--disable all constraints for the Sales.SalesOrderHeader table
ALTER TABLE Sales.SalesOrderHeader NOCHECK CONSTRAINT ALL
--do something --enable all constraints for the Sales.SalesOrderHeader table
ALTER TABLE Sales.SalesOrderHeader CHECK CONSTRAINT ALL
Original comment by a03pe...@gmail.com
on 26 Feb 2013 at 1:55
Original issue reported on code.google.com by
a03pe...@gmail.com
on 4 Dec 2012 at 10:33