In my previous post I described a general-purpose Installer that can be used to create a SQL Server database during installation (and delete it again during uninstallation). As promised, this post picks up where the other stopped to describe another Installer that can execute arbitrary T-SQL scripts against a
Similar Posts
If you've ever had to execute one or more SQL scripts from ADO.NET, you've likely run into the GO batch terminator issue. Any SQL script that does anything
Installers provide a consistent way of implementing automated setup logic for an application, and as I previously wrote, they also work admirably well
Asynchronous execution of commands was one of great new features in ADO.NET 2.0. The ability to execute commands that take long time to execute asynchronously
Original Post http morewally.com cs blogs wallym archive 2006 12 27 616.aspx I went and spoke to the Michiana .NET User Group on November 21, 2006. The