简体   繁体   中英

How to deploy a dbproj in vs2010?

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?

如果您在“ Deploy选项卡上配置数据库项目属性并设置“ Deploy action:Create a deployment script (.sql) and deploy to the database使用有效的“目标数据库设置” Create a deployment script (.sql) and deploy to the database ,则在下面的“ Deploy Solution操作下将部署数据库。 Build菜单。

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM