BEGIN TRAN w/ DTS question

  • If I have the following query, what happens to anything performed in the DTS package and the tables ? Does the GO have any bearing on it ?

    begin tran

    update Table_A set flda = 1

    EXEC DTS_LoadTableB

    GO

    Update Table_C set fldc = 2

    rollback

  • i wrote an sp one time with begin tran, go and end tran and it caused blockings after the statement ran. never again. i don't use these anymore

Viewing 2 posts - 1 through 1 (of 1 total)

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