sql server - VS 2010 Database Project deploy sql scripts -
I am working on the SQL database project in VS 2010. I know how to synchronize the schema, but what do I want: 1. I have some data in SQL script which includes data in some tables. 2. When I click on deployment to automatically deploy those data scripts on the DB project and execute on SQL Server, I want to.
How to do this
Thanks
You must enter the INSERT statement Post Deployment Script.
Comments
Post a Comment