After going through this post, I am trying to add the following command in my stored procedure:
ALTER TABLE MyTable NOCHECK CONSTRAINT ALL
But the editor underlines it and shows this error:
SQL70005: The ALL option cannot be used to modify constraints. You must use individual constraint names instead
I'm using VS2013 Express for Web with SQL Server 2008 R2 Express. What am I missing here?