Reputation: 247
I am wondering how on Microsoft SQL Server Management Studio 2005 can i create a relationship schema with selected tables i am using on a certain part of a website i have built. I want to see what fields they have and how they are connected.
Upvotes: 1
Views: 890
Reputation: 9322
As Darren posted you go to your Database (I will post a graphical version here):
Then right click and select New Database Diagram
And then select the tables that you want to Add (I shall add two here):
And if there is no relationship yet you could drag from the Primary Key of another table to the Foreign Key of the related table:
Upvotes: 3