I am trying to generate an Entity Relationship Diagram from an existing MS SQLServer 2005 database. What tools are available? Specifically,I am not only interested in ERD's more directly I am looking for a tool to help quickly learning and analysing a medium size (schema wise not really row wise) database structure.
Sql – What GOOD tools are available for generating ERD from a SQL Server Database?
erdsqlsql-server
Related Question
- Sql-server – the difference between char, nchar, varchar, and nvarchar in SQL Server
- Sql – How to concatenate text from multiple rows into a single text string in SQL Server
- Sql-server – SQL Server: Database stuck in “Restoring” state
- Sql-server – “with (nolock)” in SQL Server
- Sql-server – the best way to auto-generate INSERT statements for a SQL Server table
- Sql – How to get column names from a table in SQL Server
- Sql – How to UPDATE from a SELECT in SQL Server
- Sql – What are the options for storing hierarchical data in a relational database
Best Solution
I can see that this post is quite old and MS SQL Server Management Studio might have not had this feature back then! Though as far as I know with SQL Server 2012 you can generate the ER diagrams by taking a few simple steps listed below: