Day: September 10, 2010

How to Script All Stored Procedures From a Database with PowerShell

Sal Young | September 10th, 2010


PROBLEM: You need to script all stored procedures from a database.  Each stored procedure needs to be on its own file so you can add them to a source control repository. SOLUTION: The solution here is a variation of what we did for “How to Script All Tables From a Database with PowerShell”.  The only difference […]

Read More