joelwenzel
Programmer
- Jun 28, 2002
- 448
I want to create a DTS package that transfers data from table A to table B. However, table B might already have data from table A in it. I only want unique values in table B (and A).
So, is there some way to only copy over records from table A that are not already present in table B
So, is there some way to only copy over records from table A that are not already present in table B