Search code examples
sqlsql-serverdatabase-diagramming

Is there a way to publish SQL Server database diagrams to html format?


Currently, we model our databases in Rational Rose. And, it provides the capability to export the database relationship diagrams to a html tree. Does SQL Server or any other tool allow a similar output? We'd like the ability to document our design and deliver it to our customer in an easy way.


Solution

  • SQL Server can't do this (at least as of 2005). You can save the diagram as a bitmap (right click and select 'copy to clipboard'), but that's about it.