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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 2000 Database Diagram Dilemma

Status
Not open for further replies.

fuzzyocelot

Programmer
Jul 22, 2003
333
US
Hey everyone!

I hope this is the right forum for my question.

I have a new problem I hope someone can offer some advice on. There are 14 databases on one of our servers that are “related”. They are for the same application but for different organizations. The fun part is that not all of them use the same schema. The users would like to report on them. However, I don’t think they realize the scope of these databases. Of the 14 databases, 11 of them have the same number of tables – 139 tables each! The other 3 dbs have 140, 37 and 3 tables. The users are going to find out of the vendor has a schema we can look at. Otherwise, it’s gonna be fun trying to figure this thing out!

Anyway, I thought about trying to create a database diagram using Enterprise Manager as the database is in SQL 2000. How do I go about doing so with 139 tables in one database? Oh and there do not appear to be any relationships between the tables! Any ideas on how to diagram this thing? It usually helps me to have a visual of the tables, but I’m not sure I’m going to be able to do so with these databases.

It would be nice if I had something like Visio, but I don’t. I’m not even sure how to go about creating a data dictionary of sorts for this thing.

Many, many thanks! :)
 
Take a look at SQL Change manager by idera. it can compare the databases and tell you want is different in all of them. It will generate the scripts to sync them and it can create your data dictionary for you.

- Paul
- If at first you don't succeed, find out if the loser gets anything.
 
as for diagraming, I'm doing exactly that right now...

although there's less than 137 tables...

it's just a case of working out individually the links between tables, and then adding those tables to the diagram and drawing the links.

you'll end up with a huge diagram which can't really be printed but that's how these things are...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top