I have a MS SQL 7.0 table that needs to be updated every time there is a transmission
from our client.
This transmission is in the form of a txt file containing the most current
data.
I need to compare the file with the data currently in the table, identify
the differences, and create a transaction table that can be used to update
the master table after user approves the updates.
My question is this: What is the best/most elegant way to compare the file
data with the table data? The transmission is fairly large, so the
comparison has to be efficient. Is there any proven technique to accomplish
something like this.
Thanks for any suggestion
- Manohar
from our client.
This transmission is in the form of a txt file containing the most current
data.
I need to compare the file with the data currently in the table, identify
the differences, and create a transaction table that can be used to update
the master table after user approves the updates.
My question is this: What is the best/most elegant way to compare the file
data with the table data? The transmission is fairly large, so the
comparison has to be efficient. Is there any proven technique to accomplish
something like this.
Thanks for any suggestion
- Manohar