create new table having many to one relationship between other two tables-sql server management stud
Posted
by amby
on Stack Overflow
See other posts from Stack Overflow
or by amby
Published on 2010-04-12T17:19:04Z
Indexed on
2010/04/12
17:23 UTC
Read the original article
Hit count: 385
Hi, I have two tables, one table has rowguid column and other has auto incremented column but both tables dont have primary key or foreign key. I want to create third table that store the relationship between above two tables. can somebody give me the correct and easiest way to do that. i m new using sql server. please reply me
© Stack Overflow or respective owner