|
by ssmith via Blog on 2/1/2011 8:46:16 PM
I’m working on an application that needs to deploy a new database each month, in order to manage the large amount of data involved. We’d like to automate this as much as possible, and since we already have the database schema in a Visual Studio 2010 database project, we figured the simplest thing would be to create an MSBuild task to do this, and then schedule it as part of our build server. The format we want to use for the database name is simply “Databasename_201103” where the 201
... [ read more ]
|
|