views:

296

answers:

0

I am new to VS 2010 database projects, in the past I've used dbp projects but are not longer supported in VS 2010.

I would like to run a set of sql scripts that add test data, but would ideally like this to only run based on the project configuration.

For example, if I can have a VS "Test" configuration that would execute this set of scripts.

I am currently using the PostDeployment.sql to add other scripts to run on post deployment.

Thanks for any help.

related questions