Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Web 应用程序使用 MS SQL Server 2008 R2 Express 数据库。要在 Visual Studio 2010 中生成数据库脚本,我可以在服务器资源管理器中右键单击我的数据库,然后选择发布到提供者。
但是,Visual Studio 2012 RC 的菜单不包含发布到提供程序命令。那么如何在 Visual Studio 2012 RC 中生成数据库脚本呢?
这似乎确实丢失了。我猜你只需要打开 Visual Studio 2010 并发布到提供商。
你能行的 :
http://arcanecode.com/2012/08/07/sql-server-data-tools-in-visual-studio-2012publish-database-profile/
http://msdn.microsoft.com/en-us/library/hh500335(v=vs.103 )
您还可以下载工具:
http://msdn.microsoft.com/en-US/data/hh297027