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?
A:
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
Aaron Marten
2010-07-02 20:29:04
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
2010-07-03 04:38:58
Did you set up the target database on the Deploy page in project properties?
Aaron Marten
2010-07-08 15:37:01