I am joining a new company in which there are no Entity relationship diagrams. However the Primary and Foreign key constraints exists. The database is in SQL server, I just want what the best and fastest way to develop an understanding using the SP or querying in SQL would look like to best understand the relationship between tables and to map how everything is laid out.
Asked
Active
Viewed 81 times
1
-
Do you have access to database diagram ? – Pரதீப் Oct 10 '16 at 08:48
-
3Possible duplicate of [How to generate Entity Relationship (ER) Diagram of a database using Microsoft SQL Server Management Studio?](http://stackoverflow.com/questions/32379038/how-to-generate-entity-relationship-er-diagram-of-a-database-using-microsoft-s) – JohnHC Oct 10 '16 at 08:49
1 Answers
0
Just right-click on your "DB" and select "DB Diagrams" and then "New DB Diagram", then select your tables and add them to the diagram. finally, you can auto-arrange them by clicking on arrange tables near to the zoom icon.

Fardin Behboudi
- 459
- 4
- 15