Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I have some SQL Server databases and use SQL Server Management Studio to manage them.

However, I find that is not very friendly to create, design and print database diagrams (for existing tables).

What (freeware, if possible) software do you know to be more user-friendly from this point of view?

share|improve this question
1  
Did you try "Toad for Sql Server"? – Pabloker Nov 29 '12 at 13:37
"user-friendly" is vague. What do you want to do? – madth3 Nov 29 '12 at 16:52

migrated from stackoverflow.com Nov 29 '12 at 18:22

3 Answers

I would encourage you to try Oracle SQL Developer Data Modeler even if you are working with SQL Server. Its free and you can create models for Oracle, SQL Server and DB2.

share|improve this answer
I like the data modeler from Oracle. It's not Erwin but it can do a lot of what you need – kevinsky Nov 29 '12 at 19:59

Try Toad for Sql Server

They have a freeware version.

http://toadforsqlserver.com/index.jspa

share|improve this answer
Toad won't let me connect to Azure SQL. What a waste of time – Sid Feb 9 at 2:49

Consider the free Schema Surf for SQL Server from Atlantis Interactive.

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.