This C# project allows you to apply scripts to a database for table creation, data creation, etc. You can keep DDL in separate SQL scripts which can be checked into source control, but apply those scripts from within a .NET application. Useful for integration testing.