Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

create image for database diagram in sql server

I have created database diagram in sql server. But I have to take 15 more tables in db diagram. Then i take screenshot. But i can't take screenshot more than 5 table. So I take screenshot 2 or more times. If sql server is automatically create image and if it is in single screenshot means it is ok. Any way to do this?

enter image description here

This is my screenshot. I ask Any chance to take 15 tables in single screenshot through sql server?

like image 373
PoliDev Avatar asked Apr 05 '13 09:04

PoliDev


People also ask

How do you create a diagram in SQL Server?

To create a new database diagramIn Object Explorer, right-click the Database Diagrams folder or any diagram in that folder. Choose New Database Diagram on the shortcut menu. The Add Table dialog box appears. Select the required tables in the Tables list and click Add.

How do I save a SQL Server Database Diagram?

Using SQL Server Management Studio 2014: Right click diagram area. On the menu bar select "Database Diagram" >> "Copy diagram to Clipboard" Open MS Word and paste it.


1 Answers

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.

like image 77
steoleary Avatar answered Sep 30 '22 16:09

steoleary