SQL Server 到 er 模型

发布于 2024-07-25 20:24:49 字数 73 浏览 4 评论 0原文

是否有程序可以将 SQL Server 数据库图表转换为 er 模型,或者从 SQL Server 服务器创建数据库的 er 模型?

Is there a program that converts a SQL Server database diagram to er model, or create er model of a database from SQL Server server?

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

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

发布评论

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

评论(3

っ左 2024-08-01 20:24:49

在 SQL Server 中,Management Studio 中的每个数据库都有“数据库图”功能。

您可以从中创建一个新图表,并包含所有(或部分)表格,从而显示关系所在以及表格是什么。

Within SQL Server, there's the "Database Diagram" feature in each database, in Management Studio.

You can create a new diagram from that, and include all (or some) of your tables, so showing where the relationships are, and what the tables are.

夏见 2024-08-01 20:24:49

我已经使用 Erwin 10 年了,效果非常好! 不幸的是它有点贵。 希望有人能推出一个更便宜的工具来完成此任务,我听说 Visual Studio 2010 可能在这方面有一些工具。

I've used Erwin for 10 years and it works great! Unfortunately it is a bit pricey. Hopefully someone will come out with a less expensive tool to accomplish this, I've heard Visual Studio 2010 may have some tools in this area.

情感失落者 2024-08-01 20:24:49

尝试使用 Microsoft Visio。 Visio Professional 具有相当良好的数据库逆向工程功能,并且很容易改造数据中逻辑上存在但数据库中物理上不表现的关系。 从同一个逆向工程模型(在 .vsd 文件的不同页面上)制作多个图表也很容易。

这两个功能使 Visio 成为帮助理解和记录第三方数据库的非常有用的工具,而且 Visio Pro 并不是那么昂贵。

但是,有一个严重的警告,它无法从架构生成 SQL 文件,除非您购买企业架构师版本,该版本仅适用于 Visual Studio 的 EA 版本。 据我所知,2002/2003 年之后的 Visio 没有 EA 版本,因此该产品已经过时。

Try Microsoft Visio. Visio professional has a reasonably good database reverse engineering feature, and it is easy to retrofit relationships logically present in the data but not physically manifested in the database. It is also easy to make multiple diagrams from the same reverse engineered model (on separate pages in the .vsd file).

These two features make Visio a very useful tool to help understand and document third-party databases, and Visio Pro isn't all that expensive.

However, there is a serious caveat in that it has no facility to generate a SQL file from the schema unless you buy the enterprise architect version, which is only available with EA versions of Visual Studio. As far as I know, there's no EA version of Visio past 2002/2003, so this product is obsolescent.

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