在 Visual Studio 中设计 SQL 架构并自动生成 SQL 脚本来创建和升级数据库

发布于 2024-09-26 02:27:38 字数 239 浏览 1 评论 0原文

我对 SQL 不太了解,但这就是我想要的:

  1. 在 Visual Studio 中直观地设计一个 SQL 数据库模式
  2. 让 VS 为该数据库生成一个创建脚本
  3. 跟踪对我的模式的修改并自动生成升级 SQL 脚本
  4. 生成我可以使用的实体类使用 WCF(没有循环引用问题)

这可能吗?

我使用的是 Visual Studio 2010 Ultimate

I don't know much about SQL but this is what I want:

  1. Visually design an SQL database schema in Visual Studio
  2. Let VS generate a create script for this database
  3. Track modifications to my schema and automatically generate upgrade SQL scripts
  4. Generate entity classes I can use with WCF (without circular ref problems)

Is this possible somehow?

Im using Visual Studio 2010 Ultimate

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清晨说晚安 2024-10-03 02:27:38

不知道在视觉工作室中没有办法做到这一点。不过,您可以使用 SQL Server Management Studio。您可以通过执行以下操作来启用此功能:

  • 单击“工具”
  • 单击“选项...”
  • 单击“设计器”
  • 选中突出显示的“自动生成更改脚本”复选框
    下面

还有一些外部工具可以实现此目的,例如:

http://www.sqldbtools.com /Tools.aspx?ProductId=1

我已经使用了上面链接中的程序,它的工作方式就像一个魅力。

In know of no way in visual studio to do that. You can however use SQL server management studio. You can enable this by doing:

  • Click on "Tools"
  • Click on "Options..."
  • Click on "Designers"
  • Check the checkbox "Auto generate change scripts" as highlighted
    below

Also there are some external tools that enable this like:

http://www.sqldbtools.com/Tools.aspx?ProductId=1

I have used the program from the link above and it works like a charm.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文