如何更新我的数据层应用程序项目以反映在其他工具中所做的架构更改?
我创建了一个数据层应用程序项目并导入了初始数据库架构。当 DBA 使用 SSMS 更改数据库架构时,如何更新此项目?我想再次将数据库重新导入到项目中。
这也与我使用实体框架在开发 sql 服务器上删除并重新创建数据库的项目相关。然后,我想要将架构重新导入到 DAC 项目中,然后将这些更改作为 dacpac 部署到临时和生产 SQL 服务器。
I created a data tier application project and imported the initial db schema. How do I update this project when a DBA makes a change to the db schema using SSMS? I want to re-import the database into the project again.
This is also relevant in projects where I use Entity Framework to drop and recreate the database on my development sql server. I then want to re-import the schema into the DAC project, and then deploy those changes to staging and production sql servers as a dacpac.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不相信你可以。请参阅 http://social.msdn。 microsoft.com/Forums/en/sqldatabaseengine/thread/b9de7c54-2fc1-439b-b6b9-08ce8fd42555 并忽略前几个响应。我个人觉得这种限制很烦人
I don't believe you can. See http://social.msdn.microsoft.com/Forums/en/sqldatabaseengine/thread/b9de7c54-2fc1-439b-b6b9-08ce8fd42555 and ignore the first few responses. I personally find this limiation annoying