how to print database diagram sql

printing, ssms

Solution

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.

Problem

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?

Original source