Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upsizing existing database

Status
Not open for further replies.

stalo

Programmer
May 1, 2001
35
CY
We are about to upsize our database to SQL Server. There are two problems we are facing that I would appreciate your comments.
After we create the front end with the linked tables pointing to the SQL Server, I want to link to a table in another SQL database. This database will also be upsized and will contain data that will need to be replaced every month. So the questions are: 1. How do I create a link pointing to another SQL database that the one I have for the front end?
2. How to replace the data of the second SQL database when I have to? I will be taking the access table and upsize it every month. If I use the "Use existing database" on the Upsize Wizard, will this replace the data of the table I will upsize again? What happens if I want to upsize the same access database to replace some of the tables, not all?

Thank you all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top