Is there a simple way of extracting the database model of existing DBs? I played around in the management studio and in Visio, even though I found very interesting features of data integration I failed to perform a simple export of the structure of the DB.

Could anyone pls give me a hint how to perform such an export, basically I only need the table and view names and their fields in a Visio or Enterprise Architect readable format.

thx in advance

K

link|improve this question

Are you referring to Sparx Enterprise Architect? – John Saunders Sep 17 '09 at 15:08
feedback

3 Answers

Exporting schema is easy with Tasks->Generate Scripts... but wheter you can use it with Visio - no idea.

link|improve this answer
feedback

Select the "Generate Scripts" option from your Object Explorer:

alt text

and then make sure to pick "Generate all objects" from the Script Wizard:

alt text

This allows you to create a single SQL file to create the whole database, and at least Visio Enterprise is able to reverse-engineer a database from a SQL script.

Marc

link|improve this answer
feedback
up vote 1 down vote accepted

First,

thanks guys for the presented hints.

I figured around and found that Visio 2k7 has a pretty easy to use DB reverse engineering functionallity which actually resolved my problem. It works with MS SQL and also with ODBC.

To make it short: Visio ships with the needed functionallity, Enterprise Architect 7.1 has a quite similar functionallity which makes use of ODBC too.

K

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.