Display relations between tables

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
ads42
Posts: 36
Joined: Tue 08 Jan 2013 14:13

Display relations between tables

Post by ads42 » Thu 30 Jan 2014 10:15

Hi,
How can I display the relations between tables.
I need to see what are the fields of a specific table linked to others table.
Regards

alexa

Re: Display relations between tables

Post by alexa » Thu 30 Jan 2014 14:58

You can drag'n'drop a database from Database Explorer onto a Database Diagram document that can be created by selecting 'File -> New -> Database Diagram' from the popup menu. Relations between tables will be displayed on the diagram. The database changes made on the diagram will be applied straight to the corresponding database.

Please refer to the 'Designing Databases with Database Designer' topic in the product's Help documentation and the following material on our website:

http://www.devart.com/dbforge/sql/studi ... -more.html
http://blog.devart.com/how-to-create-my ... -shot.html
http://blog.devart.com/getting-started- ... igner.html

Post Reply