I have an excel sheet with customer data : firstname, lastname, dob, streetname1, streetname2, city and I want to compare the data with our SQL Server database.
If the fields in the excel match the data in SQL, then I want to return the SQL row.
Can anyone advice on how to do this? I tried loading the data into two datatables, and compare, but I am unable to achieve what I want so I am wondering if there is a different way.
The issue with the datatables is linked to this DataRelation Compare tables would appreciate some guidance on this
Unfortunately I don't have access to importing the excel data into the database so it should be done externally.