sql-serversql-server-2008database-diagram

Create single image for database diagram in SQL Server


I have created database diagram in SQL Server. But I have 15 tables in the diagram. I can't take a screenshot of more than 5 tables.

In SQL server is there any way to automatically create an image and fit it all in single screenshot?

enter image description here

This is my screenshot; I ask if there is any chance to take 15 tables in a single screenshot through SQL Server?


Solution

  • Yes, you can do this. Just open the diagram in SSMS, right click on the diagram surface (on the blank space between the tables, not the tables themselves) and then click the "Copy Diagram To Clipboard" option.

    You can then paste the full diagram into whatever program you want.