自动调整sql server数据库图表视图的大小

发布于 2024-08-16 23:45:54 字数 172 浏览 4 评论 0原文

我看到有“排列表格”可以清晰地组织表格关系。无论如何,是否可以自动调整表格大小,以便显示:

  1. 表格的全名、
  2. 显示所有字段的完整高度。

我发现自己一遍又一遍地手动调整表格,这很痛苦。我希望有某种方法可以一键自动更正图表中所有表格的大小。也许是我太充满希望了。

i see there is "arrange tables" that organizes your table relationships to be clear. is there anyway to autosize the tables so it shows:

  1. the full name of the table
  2. the full height to show all fields.

i find myself tweaking tables over and over manually and its a pain. I would hope there would be some way to auto correct the sizing of all tables in the diagram with one click. maybe i am too hopeful.

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

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

发布评论

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

评论(2

第几種人 2024-08-23 23:45:54

在 SQL Server 2005(如果我没记错的话,2000)中,首先选择要调整的一个或多个表,然后从右键单击菜单或“数据库图表”菜单中选择“自动调整所选表的大小”。似乎没有匹配的工具栏按钮。

尽管如此,在 2005 年,我发现有时需要手动加宽“列名称”列,以便在打印时打印整个列。同样,我有时必须加宽表格窗口(水平和/或垂直),以确保滚动条不包含在每个窗口的打印输出中。

该工具在 2000 年很有用,但在 2005 年他们让它变得不那么有用,而且更加令人恼火。我在 2008 年还没有使用过它。

另外两分钱:我用过一点 Erwin,但讨厌它。我使用过 Embarcaderos 的 ER Studio 并很喜欢它。两者都花费大量资金,因此您很可能不得不使用图表。

IN SQL Server 2005 (and, if I recall right, 2000), first select the table or tables you wish to adjust, and then select "Autosize Selected Tables" from the right-click menu or the "Database Diagram" menu. There does not appear to be a matching toolbar button.

Despite this, in 2005 I find I sometimes need to manually widen the "column name" column so that, when it prints, my entire column is printed. Similarly, I sometimes have to widen the table window (horizontally and/or vertically), to ensure that scroll bars are not included in the printout for each window.

The tool is useful in 2000, but they made it a bit less useful and much more irritating in 2005. I haven't used it yet in 2008.

Two more cents: I used Erwin a bit and hated it. I used Embarcaderos' ER Studio a bit and loved it. Both cost major money, so you may well have to make do with diagrams.

万劫不复 2024-08-23 23:45:54

恐怕 SQL Server 的图表功能相当差,但对于它的用途(创建关系)来说可能已经足够好了。如果您只想输出数据库图表,那么有些实用程序可以做得更好,例如 Visio。

如果我没记错的话,REDGATE 为 SQL Server 提供了一系列实用程序。

http://www.red-gate.com

The diagramming functionality with SQL Server is pretty poor I'm afraid but probably good enough for what it is intended for (creating relationships). There are utilities out there that do a better job if all you want to do is output a database diagram e.g. Visio.

If I remember correctly there is REDGATE who do a range of utilities for SQL Server.

http://www.red-gate.com

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