SQLScript.NET
How many times have you created a project and you needed to insure that a SQL Script was run to create a database as a part of the installation? I haven't found any good way to get this done so one afternoon I decided to create a library that could do this after a fruitless search on the internet for something that would do it. It turned out that it wasn't that hard to create it and I tested it with some scripts from Enterprise Library. The code itself does not use Enterprise Library (though it could). At this point it supports only SQL Server.
I decided to add it to a workspace on GotDotNet so that you can collaborate with me on the development and evolution of this tool. So join the workspace and let's work on this together. Goto https://workspaces.gotdotnet.com/sqlscript and join me.
Comments
- Anonymous
April 19, 2005
Ron Jacobs has created a project on GotDotNet Workspaces that can be
used to run SQL scripts from an...