marcuscoker
Registered User.
- Local time
- Today, 12:32
- Joined
- Sep 28, 2005
- Messages
- 49
Hi
I was wondering if anybody could help me with this. I have a Database in SQL server, which is quite large with approx 300 tables. This database is a static database and in order to get the most upto date information I can download the database and recieve it as a zip file with an Access Database. The problem I have is how to find away of getting all these tables in the access database into SQL server. I have tried creating a DTS package in SQL server, but the DTS package appends and will therefore not append exisiting records that have been updated, plus it returns an error message because of duplicate records.
HAs anybody got any ideas of a script that I can run to take all the tables in the access database and load all the data into the existing SQL database. Would I need to drop existing SQL tables first, or Delete the contents of the SQL tables, does anybody have any idea how i might go about doing this
Thanks
Marcus
I was wondering if anybody could help me with this. I have a Database in SQL server, which is quite large with approx 300 tables. This database is a static database and in order to get the most upto date information I can download the database and recieve it as a zip file with an Access Database. The problem I have is how to find away of getting all these tables in the access database into SQL server. I have tried creating a DTS package in SQL server, but the DTS package appends and will therefore not append exisiting records that have been updated, plus it returns an error message because of duplicate records.
HAs anybody got any ideas of a script that I can run to take all the tables in the access database and load all the data into the existing SQL database. Would I need to drop existing SQL tables first, or Delete the contents of the SQL tables, does anybody have any idea how i might go about doing this
Thanks
Marcus