Home Forums SQL Server 2005 Administering SQL Server - Merging Two Tables with PK on both tables RE: SQL Server - Merging Two Tables with PK on both tables

  • your requirement is basically De-normalization approach. First remove duplicate coluimn some time you need to merge the coluimn (concatenation of data like name = first name + last name )

    for Pk u need to see how data willl be uniquely defined means what are the columns good for PK candidate its not neccessary that old two table's coljumns will be used for PK.

    and for detail , post ur table defintion 😀

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)