I am importing data every week, which has records from previous download also but certain fields for that record are updated.
To keep the database up todate I have to compare each new record to the existing record to check for an update. This take a lot of time and I want to update this...