July 15, 2005 at 8:30 am
Is it possible to convert an access db from a remote server to a sql server database on another server with DTS.
Any help will be greatly appreciated
Mike
July 18, 2005 at 8:00 am
This was removed by the editor as SPAM
July 19, 2005 at 5:41 am
Hi,
not very clear with the question
. do you want to migrate the access database to a sql server database.
If yes then you can copy all the data in access database tables to a database in sql server through dts.
Regards
Urvashi
July 19, 2005 at 5:35 pm
here's what i did.
in dts i created an access connection that points to a file in another server.
then i created an sql connection that points to another server.
connect the 2 objects with a transform data task and specify the mappings.
a table was created in the remote server that contains the records from the access.
so, from your local server you can transfer stuff from one server to another.
hth.
ann
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply