How to create a PDF database diagram in SQL Server?

l15a picture l15a · Jun 14, 2012 · Viewed 41.1k times · Source

I have a relatively small database that I would like to generate a diagram for and then create a pdf of that diagram. I have the diagram created in SQL Server (all tables would fit on one page of a pdf document) but cannot figure out how to export it to a document. Is this possible? The only option I've found is to copy it to the clipboard and then paste it into a Word Document but the quality isn't very good.

Answer

Shahidul Islam Molla picture Shahidul Islam Molla · May 5, 2017

Using SQL Server Management Studio 2014:

  1. Right click diagram area
  2. On the menu bar select "Database Diagram" >> "Copy diagram to Clipboard"
  3. Open MS Word and paste it