Reverse engineer MS SQL database to ERD

17,053

The easiest way to do so, would be from SQL Server Management Studio (SSMS).

Go to Database -> Database Diagrams -> Right click -> Add new diagram -> Add the desired tables for your ERD. Given your tables actually have relationships defined between them the relationships will be drawn as well.

It should be noted, this will be a very basic looking ERD, and might not be quite to the standard of what you would expect out of an ERD.

Share:
17,053
Ceesz
Author by

Ceesz

Updated on June 04, 2022

Comments

  • Ceesz
    Ceesz almost 2 years

    How can I create an ERD from an existing database in Microsoft SQL Server 2014?

    The ERD needs to resemble: enter image description here