开发者

How to visualize database tables schema in VS

How do I display that schema of tables in my database and foreign keys that links them in VS ?

Example of such schema is used in this que开发者_如何学Gostion mattlant's answer.


They can be done through Visual Studio or the Sql Server Management Studio.

In visual studio just open the "Server Explorer" window, right-click on the Database Diagrams folder (under the db you want), and choose "Add Database Diagram", just drag-and-drop the tables you want onto the diagram.

Through Sql Server management studio there done the same way (just without the server explorer window).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜