jcapellman's blog
Automating Deployment Process Using Windows Context Menus
Submitted by jcapellman on Tue, 06/17/2008 - 4:42pm.During deployments to Staging, Pre-Production and Production environments you typically have a good number of SQL scripts that you need to run.
One solution would be to just take a directory listing straight from a command prompt and dump it into a batch file. This gets tedious, so I wrote a C# command line application to attach a text file to the batch script (to include instructions and any other important information) and then populate batch files for the Staging, Pre-Production and Production environments.


