I've got a database of about 6 million contacts with the standard fields
First Name
Last Name
Address
Address2
City
State
Zip Code
Phone1
Phone2
DOB
Income
Etc.
However, hardly none of them have the County listed and I'm looking to purchase an Access Database containing every county in the USA. It'll look something like the following.
Zip
City, State
County
Area Code
I'm not entirely sure if I can somehow run a query using the 2 databases together to get the results I want or if I should see if it's possible to get code to compare the zip codes of each row to the county database and update the whole thing. The file is almost at the 2 GB mark, so I don't think that's feasible unless I figure out how to link it to Sql Server 2014.
My goal would be to pull up all the records for a specific county, but that might present some problems as it seems the Access Or command has a limit of 9 or so terms.
Does anybody have a recommendation about some options I might pursue?
First Name
Last Name
Address
Address2
City
State
Zip Code
Phone1
Phone2
DOB
Income
Etc.
However, hardly none of them have the County listed and I'm looking to purchase an Access Database containing every county in the USA. It'll look something like the following.
Zip
City, State
County
Area Code
I'm not entirely sure if I can somehow run a query using the 2 databases together to get the results I want or if I should see if it's possible to get code to compare the zip codes of each row to the county database and update the whole thing. The file is almost at the 2 GB mark, so I don't think that's feasible unless I figure out how to link it to Sql Server 2014.
My goal would be to pull up all the records for a specific county, but that might present some problems as it seems the Access Or command has a limit of 9 or so terms.
Does anybody have a recommendation about some options I might pursue?