views:

44

answers:

3

Is there any free tool that I can use to reverse engineer databases in SQL server 2000? Thanks,

A: 

http://weblogs.sqlteam.com/mladenp/archive/2007/11/20/Free-SQL-Server-tools-that-might-make-your-life-a.aspx

Or you can write a script

http://www.codeproject.com/KB/database/SQL_DB_DOCUMENTATION.aspx

Although your question would probably get better answers on ServerFault.com.

David Stratton
A: 

Have a look at my tools dbscript and SMOscript

devio
A: 

Visio can do it (effectively free in your shop, perhaps)

Or open it in SSMS and create a database diagram?

gbn