HiveBrain v1.2.0
Get Started
← Back to all entries
patternsqlMajor

How export a sql server 2008 diagram to PDF filetype?

Submitted by: @import:stackexchange-dba··
0
Viewed 0 times
2008sqldiagramfiletypeexporthowserverpdf

Problem

I want to have an export from my database diagram to PDF or image types. How can I do this?

I worked with SQL Server 2008 R2.

Solution

There is no direct way to transform the standard SQL Server diagram to a PDF or an image file type. Actually there is no simple way to export the diagram from within the tool.

You can, however, save it externally and send it to someone by:

  • print to a file printer (an .xps file) which is formatted like a pdf and an XPS file viewer exists on any windows machine;



  • open the diagram and right click somewhere in the middle and you'll have there the option to "Copy diagram to clipboard". From here you paste to MSPaint or another image creator and save to wanted format;



Not very straightforward, but can do the job.

Context

StackExchange Database Administrators Q#34132, answer score: 46

Revisions (0)

No revisions yet.