如何打印数据库图sql
我想打印 SQL Server 数据库图表。 我正在使用 SQL Server Management Studio,右键单击图表,然后选择“查看分页符”。
我想要 A3 格式的图表,但当我尝试打印时,它有 4 页。 有没有办法在一页上打印整个图表?
I would like to print a SQL Server database diagram. I'm using SQL Server Management Studio, I right clicked on the diagram, and selected "View Page Breaks".
I wanted to have the diagram in A3 Format but when I tried to print it had 4 pages.
Is there a way to print the whole diagram in just one page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 SQL Server Management Studio 上
,在数据库图表中,右键单击并选择“查看分页符”,
然后从主窗口菜单中选择“文件”>“查看分页符”。 页面设置
选择页面尺寸和方向 - A3 和横向很可能是最佳选择。
打印比例 - 这是百分比值,希望能够让您将所有表格调整到一页上。
On SQL Server Management Studio
In the Database Diagram, right click and select 'View Page Breaks'
Then from main window menu select, File > Page Setup
Select Page Size and Orientation - A3 and Landscape are most likely best options.
And Print Scale - this is the % value that should hopefully enable you to fit all tables onto one page.
在打印属性页上设置页面缩放级别(除了将页面尺寸设置为 A3 之外)。
切换回选择“查看分页符”的图表将显示您何时将所有表格正确放置在一页上。
Set the page zoom level on the print properties page (in addition to setting the page size to A3).
Switching back to the diagram with 'View Page Breaks' selected will show you when you have all the tables positioned properly onto one page.