Comparing multiple datasources to excel
Hi,
I have two tables from different datasources and an excel file. The tables and the excel file have thousands of employee records in them.
I have to compare data from each table to records in the excel file. Initially, I was using Nested loops to compare the values, but, it is taking a lot of time to execute my code.
Please provide me a viable solution to my problem.
I really appreciate all the help and thanks in advance.
Vijayvijay77.