How to generate Entity Relationship (ER) Diagram of a database using Microsoft SQL Server Management Studio?

后端 未结 4 400
挽巷
挽巷 2021-01-30 15:45

I want to generate ER diagram of SQL database using Microsoft SQL Server Management Studio however, I dont know how to.

I found this technique online http://forums.asp.

4条回答
  •  无人及你
    2021-01-30 16:45

    From Object Explorer in SQL Server Management Studio, find your database and expand the node (click on the + sign beside your database). The first item from that expanded tree is Database Diagrams. Right-click on that and you'll see various tasks including creating a new database diagram. If you've never created one before, it'll ask if you want to install the components for creating diagrams. Click yes then proceed.

提交回复
热议问题