Msbuild task to restore SQL Server database

Posted by redsquare on Stack Overflow See other posts from Stack Overflow or by redsquare
Published on 2009-01-07T10:06:48Z Indexed on 2010/04/24 13:13 UTC
Read the original article Hit count: 433

Filed under:
|

What is a quick example / demo of an msbuild task to delete then restore a database and also maybe run any .sql files against the restored database?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about sql-server