Your still not storing data, but just running a vlookup (or full inner join) on two files. If you do not want to aggregate then this will work. Else you need to store, and break up the data too. If you are pushing 2M inserts, SQL Db will start to stall once you cross 100M. And you will need to...