problem with export to access

  • Hi

    I have a excel file that I import into sqlserver. then I execute a sql task

    to alter some data. after this task I want to export the data to access

    database. How can I tell the DTS to export to access when the sql task has

    completed?

    thanks

  • You should be able to do all of the above in one DTS.

  • You can create a DTS package to tell SQL Server to import data from excel to sql server, then do the data changes and then export it to access. This can be easily done using DTS or SSIS.

    Cheers,
    Sugeshkumar Rajendran
    SQL Server MVP
    http://sugeshkr.blogspot.com

  • Simply add another Data Transformation task to your DTS package after your SQL task. The source of the tranformation would be your SQL Server and the destination would be your Access database.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply