Hi guys,
i have a little problem here.
im attempting to write a stored procedure that compares two tables of
the same data structure and adds (inserts) extra records that exist in
table1 to table2.
My problem is that i dont have a unique identifier between the tables.
i think someone said that i needed to build up a key
any ideas greatly appreciated ??
C
i have a little problem here.
im attempting to write a stored procedure that compares two tables of
the same data structure and adds (inserts) extra records that exist in
table1 to table2.
My problem is that i dont have a unique identifier between the tables.
i think someone said that i needed to build up a key
any ideas greatly appreciated ??
C
Comment