Home Forums SQL Server 2005 Backups Backing up multiple stored procedures into individual text files RE: Backing up multiple stored procedures into individual text files

  • I'd use Karthik's solution and then be sure you get them into a version control system. Ideally you are checking them out of some SCC and then editing them before checking them back in.

    If you don't have some SCC, you should get one, but at the least, zip up the procs into a file with a timestamp so you know which versions are available.