Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Generating Auto Relationship

$
0
0
Hi Team,I would like to create a auto relationship between tables.Currently i am using Northwind DB with tables (Orders, OrderDetails, Customers)Orders ( OrderId, Customerid)OrderDetails(OrderId)Customers(CustomerID)Now, if the user wants to generate a relationship automatically based on SAME FIELD Names.What is the approach? Any kind of query or methodologyTHanksMadhukar

Viewing all articles
Browse latest Browse all 3145

Trending Articles