-2

Is there a tool (preferably open source) that can be used to produce documentation (preferably html) for a database? I'd like a tool that can show the tables and relationships visually and allow you to enter a description for each column.

Sheldon Cooper
  • 627
  • 4
  • 15

1 Answers1

0

You can use Red Gate SQL Doc to create HTML/PDF/Doc based documentation for the database. The Good thing is that you can use this within SQL Server Management Studio.

http://www.red-gate.com/products/sql-development/sql-doc/

Rohit Chopra
  • 477
  • 1
  • 4
  • 11