Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to print database diagram sql

Tags:

printing

ssms

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?

like image 705
tintincutes Avatar asked Jul 30 '09 14:07

tintincutes


People also ask

How do I print a SQL database diagram?

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. The additional note about the Print Scale makes this a very useful answer.

How do I export a SQL Server database diagram?

Right click on the database containing the diagrams. Click on All Tasks then on "Export data". The Import / Export option will be displayed, click Next. Define the source and then click Next.

How do you print an ERD diagram?

Save and print an ER diagram - DBeaver TutorialOn the bottom toolbar, you'll find a button to print it out. This opens up your operating systems printer dialogue, where you can choose an output device and paper size and other configurations. You can then print it out to a piece of paper.


2 Answers

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.

like image 193
Paul Rowland Avatar answered Sep 29 '22 01:09

Paul Rowland


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.

like image 37
David Christiansen Avatar answered Sep 29 '22 02:09

David Christiansen