Link to home
Start Free TrialLog in
Avatar of hyphenpipe
hyphenpipeFlag for United States of America

asked on

MS SQL 2005 to Access 2003 via ODBC

I have a database in MS SQL Server 2005 that from time to time needs to have some tables brought into Microsoft Access.

I have no problem doing this using a DSN and importing but every time I do it I have to make a new Access database and set up my table relationships all over again which is time consuming.

Is there a way I can ideally ust update my current access database with the new records from my SQL Server 2005 database, or if not somehow save my relationships so I can apply them to the new Access Database?

Any help, thoughts, suggestions is appreciated.
Avatar of Kelvin Sparks
Kelvin Sparks
Flag of New Zealand image

I'm assuming that using linked table is not an option.

One practice I have used is to link all the tables you need, then create a local copy & create all the relations ships then have a process to delete the data from each local table in turn and then repopulate (delete and insert queries from the linked tables).

You must get the delete order and insert order correct so that relationships do not hinder the process.


Kelvin
ASKER CERTIFIED SOLUTION
Avatar of beaconlightboy
beaconlightboy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial