sharkbait
sharkbait

Reputation: 3040

Import a ER diagram in Gliffy

I have a SQL Database. I would create an ER diagram in Gliffy (site). Gliffy only imports files from Microsoft Visio. So I don't how to export my DB from SQL Server in Visio to create the diagram there and importing the same into Gliffy.

Any ideas? There are other tools I can use to do this?

Upvotes: 2

Views: 3353

Answers (2)

sharkbait
sharkbait

Reputation: 3040

First import the SQL schema from DB to Visio. Then export the file and import in Gliffy.

That's all.

Upvotes: 1

Nikolay
Nikolay

Reputation: 12245

Visio professional (except Visio 2013) has a "reverse engineer" feature. You can use it to create a diagram of your existing SQL Server database. See here for example:

Reverse engineering an existing database

Reverse and forward engineering databases in Visio 2010

Upvotes: 2

Related Questions