I want to have a export from my database diagram to PDF or image types.How can I do this?
I worked with sql server 2008 R2.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
|||||||
|
|
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:
Not very straightforward, but can do the job. |
|||
|
|
SchemaCrawler is a free tool that can create database diagrams in PDF format, with help from GraphViz. You can search for tables that you want to include in your Sualeh Fatehi, SchemaCrawler |
|||
|
|
