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.
Asked
Active
Viewed 1,015 times
2 Answers
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
-
Thanks. that's what I thought but just wanted a warm/fuzzy I wasn't missing anything. – bsh152s Jan 29 '10 at 19:20
-
Visio Pro 2003 lets you reverse engineer a diagram from a db, and then save to HTML, but then it saves a low res **image** - WTH? – D'Arcy Rittich Jan 29 '10 at 20:00
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