So i have this project i'm working on
Basically i have an excel files which has only employer "registration number"(primary key) that i have to upload to the database BUT sometimes some employer employer registration numbers are duplicated by mistakes which cause problems when someone tries to upload this file to the database
What i need to do upload the excel file (make a new table i guess) after i click on upload it should give me, how many employers registration number are in the excel file(calcule lines) and how many employer registration number are duplicated (comparing the original table with the new table and finding if there is any duplicates),and how many non-duplicates
the problem i have no idea how to do it
what i'm im using: c#/asp.net - entity framework - visual studio 2012 - sql server 2012