Quick question, I'm new to dbproj, how do you actually deploy it to my sqlserver from vs2010? I built the dbproj, and it created a bunch of files in sql/debug folder, then what do I do?

link|improve this question

61% accept rate
feedback

2 Answers

up vote 0 down vote accepted

If you configure the database project property on the Deploy tab and set the Deploy action: to Create a deployment script (.sql) and deploy to the database with valid Target Database Settings, the database will be deployed when you use the Deploy Solution action under the Build menu.

link|improve this answer
feedback

There should be a "Deploy" command on the project. More details on configuring it are on MSDN: http://msdn.microsoft.com/en-us/library/aa833165.aspx

link|improve this answer
yes, tried the Deploy command, and it built a bunch of files in the sql/debug folder, what do I do next to populate my db? – ray247 Jul 3 '10 at 4:38
Did you set up the target database on the Deploy page in project properties? – Aaron Marten Jul 8 '10 at 15:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.