Hello,
I have a database (db1), a big part of which involves locations(street, city, state, zip, customername, etc). I also have a huge excel spreadsheet (20,000 records and counting) of addresses for different customers.
What I need to do is get this excel spreadsheet into a database (db2), and then link this to db1. For example, in db1, I want to set up a tool that allows the user to enter in an address, click a button that queries db2, and returns the customer name, if a match is found.
I'm unsure of how to set up db2 though. Should I split the data by state, and have 50 tables, or just put all the data into one big table?
any other suggestions are more than welcome!
I have a database (db1), a big part of which involves locations(street, city, state, zip, customername, etc). I also have a huge excel spreadsheet (20,000 records and counting) of addresses for different customers.
What I need to do is get this excel spreadsheet into a database (db2), and then link this to db1. For example, in db1, I want to set up a tool that allows the user to enter in an address, click a button that queries db2, and returns the customer name, if a match is found.
I'm unsure of how to set up db2 though. Should I split the data by state, and have 50 tables, or just put all the data into one big table?
any other suggestions are more than welcome!