I have a SQL Table suppose XYZ which contains more than 2 Million data rows. I need information for 10k data points which I hold in an excel sheet. Now I can use Join with Primary key and get the data which takes longer time as my main table in holding huge number of data rows. Any other way which could find only those 10k records within shorter time?
Thanks in Advance
Soumen