Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating ER Diagram from SQL Server

Status
Not open for further replies.

anikanchan

Programmer
Jul 18, 2005
11
US
Hi good fellas,

I am working with this huge SQL Server database that has no documentation. I was wondering if there is any way I can create the ER diagram from the tables in the database.

Any answer/input/suggestion is highly appreciated.

Thanks

Anikanchan

 
Denis,

Thanks for your response. I was trying to use the SQL Diagram but the problem is that it does not give the relationships between the tables. Is there any way I can show it on the diagram without manually doing it. I have around 90 tables here.

Thanks again.

Anikanchan
 
The SQL Diagram uses the relationships which are defined on the tables. If there are no relationships defined on the tables (via forign keys) then the software doesn't know how to make the constraints.

Keep in mind that when you make the links in the SQL Diagram when you save the diagram it will place the forign keys on the tables.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top