Dump SQL Server Stored Procedures to Files
Posted
by Jake Wharton
on Server Fault
See other posts from Server Fault
or by Jake Wharton
Published on 2010-05-28T00:33:16Z
Indexed on
2010/05/28
0:42 UTC
Read the original article
Hit count: 344
Is there a non-interactive (read: script-able) way to dump all stored procedures to disk?
We keep versions of our stored procedures in the repository to track changes and for deployment and rollback purposes. Currently whenever we want to modify a stored procedure you have to pull it out of the DB directly when you begin your change.
© Server Fault or respective owner