문제

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.

도움이 되었습니까?

해결책

As Darren posted you go to your Database (I will post a graphical version here):

enter image description here

Then right click and select New Database Diagram

enter image description here

And then select the tables that you want to Add (I shall add two here):

enter image description 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:

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top