Cloning rows in T-SQL with their foreign key constraints
Posted
on Code Project
See other posts from Code Project
Published on Tue, 30 Mar 2010 23:34:00 GMT
Indexed on
2010/03/30
23:43 UTC
Read the original article
Hit count: 151
Filed under:
When you copy a row with a primary key, bring other tables that reference it along for the ride!
© Code Project or respective owner