Hi
I would like to compare a column of data I have in excel with some data from SQL db.
I have a list of IP addresses in Excel and I want to find out if they are in my SQL db.
Just to complicate things the data is stored differently in Excel and SQL -- so in my Excel the data is "192.168.123.123" and in the db it's IP1="192", IP2="168",IP3="123",IP4="123"
Is there some kind of macro/query I can use to compare the two sources?
Thanks!!
I would like to compare a column of data I have in excel with some data from SQL db.
I have a list of IP addresses in Excel and I want to find out if they are in my SQL db.
Just to complicate things the data is stored differently in Excel and SQL -- so in my Excel the data is "192.168.123.123" and in the db it's IP1="192", IP2="168",IP3="123",IP4="123"
Is there some kind of macro/query I can use to compare the two sources?
Thanks!!