0

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.

bsh152s
  • 3,178
  • 6
  • 51
  • 77

2 Answers2

1

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.

Ray
  • 21,485
  • 5
  • 48
  • 64
0

The Erwin Data Modeler offers the ability to export to HTML. I wish SSMS had more database diagram features.

datalifenyc
  • 2,028
  • 1
  • 20
  • 18