in reply to Re^3: Recoding a multi-sql-statement storedProc transaction in a script
in thread Recoding a multi-sql-statement storedProc transaction in a script

So... Is there any reason why you're re-writing it
Because, in the earlier version I had access to the db to add my storedproc to it. Now, in this new instance, there is a possibility that I may not be able to muck around with the db, so I just want to be prepared with a working version of my SQLs in my script.
  • Comment on Re^4: Recoding a multi-sql-statement storedProc transaction in a script