Transactions in Transform Data Task of DTS

  • Hey friendz,

    I've developed a DTS package from importing data from excel files to SQL Server and its working according to the requirement except that I want the transform task to be in a transaction & it should rollback if any error occurs or else commit the transaction.

    How will i achieve this in DTS?

     

     

     

     

    --Ramesh


  • What programming language do you use in your DTS?

    _____________
    Code for TallyGenerator

  • .........VBScript

    --Ramesh


  • Did you notice this forum is about T-SQL?

    _____________
    Code for TallyGenerator

  • Sergiy,

    I posted this thread in this forum only because this forum is very active & secondly there isn't any forum dedicated to DTS in SSC.

     

    --Ramesh


  • Want to use transactions - use transactional language.

    VB is not transactional.

    Need transactions - drop DTS and start programming Transactional-SQL, or T-SQL. With all its SP, triggers, etc.

    Sorry.

    _____________
    Code for TallyGenerator

Viewing 6 posts - 1 through 5 (of 5 total)

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