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.
Share
I have not used it myself but SchemaSpy appears to be able to draw an ERD using Graphviz, which can be output into ps2 (among many other formats) and converted to PDF.