Scripting a batch program to load stored procedures

  • I am using sql server 2000 with multiple databases. I need to update the stored procedures on all some of the databases. I would like to do this via a dos batch program that will invoke osql, iterate through a file which contains all the items that I to update. How would I do this?

  • Could you use EXPORT/IMPORT utility to generate scripts for you?

  • I could use export to generate the scripts, but I cannot use import to import the scripts.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply