Can a DTS Job restore access from a remote client

  • 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

  • This was removed by the editor as SPAM

  • 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

  • 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