views:

42

answers:

0

We are migrating from VS2008 to Vs2010. Currently we have a VS 2008 SQL CLR project that uses predeployscript.sql and postdeployscript.sql files to run pre and post deploy scripts. Once the project was converted to VS2010 and I try to deploy it against a database, I get errors indicative of the fact that the predeploy script was not run. How can I get the pre-deploy script to run in VS2010. Thanks