show/hide this revision's text 2 removed a bad joke

Like Rob Allen, I use SQL Compare / Data Compare by Redgate. It's running on a virtual machine which resets each time I start it so the trial never expires. I also use the Database publishing wizard by Microsoft. I also have a console app I wrote in C# that takes a sql script and runs it on a server. This way you can run large scripts with 'GO' commands in it from a command line or in a batch script.

I use Microsoft.SqlServer.BatchParser.dll and Microsoft.SqlServer.ConnectionInfo.dll libraries in the console application.

show/hide this revision's text 1

Like Rob Allen, I use SQL Compare / Data Compare by Redgate. It's running on a virtual machine which resets each time I start it so the trial never expires. I also use the Database publishing wizard by Microsoft. I also have a console app I wrote in C# that takes a sql script and runs it on a server. This way you can run large scripts with 'GO' commands in it from a command line or in a batch script.

I use Microsoft.SqlServer.BatchParser.dll and Microsoft.SqlServer.ConnectionInfo.dll libraries in the console application.