Can I disable a constraint in a stored procedure
581723Jun 21 2007 — edited Jun 21 2007Hi,
I wish to disable a constraint and then enable after I do a certain insert into a database, In my procedure I put the 'ALTER ..DISABLE' command straight after the begin and the the 'ALTER..ENABLE' just before the exit command but I keep getting a compile error. Any suggestions?