|
From: Jolly G. G. <jgg...@gm...> - 2006-11-30 16:57:26
|
MS SQL (version 2000?) I can't seem to use the "GO" clause to separate code sections. But until now, it hasn't been a problem. I have a script that contains code to create two Stored Procs. But the second script is erroring out. I copied the code for the second one directly into Enterprise Manager and the Proc was created, so I know the code is valid. I think the problem is in how to separate the sections of code so it knows when to end the first Stored proc. Surely someone else using creation scripts with the jEdit SQL plugin? |