I am currently using Visual Studio 2012 RC and SQL Server 2012 RTM.
I would like to know how to redeploy / recreate the test database for each test run.
Keep in mind that I have a SQL Server database project for a database using the Visual Studio 2012 template.
Actually, I'm not very sure about the idea that I understood, but .testsettings has installation and cleaning scripts . Is that the way? For example, a PowerShell script reading a database project, a generated script and executing it against a database?
I think there are better ways to do this, and it should be a ready-made solution, but I ignore it, and Google does not help me find the right solution.
source share