Forum Replies Created

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

  • RE: Why Generic Error Handling?

    thanks for all of your responses.  The article on sqlservercentral....all about transactions was GREAT!  I came up with a standard for our SQL developers based on what I learned.

     

    Chris

  • RE: Why Generic Error Handling?

    Even for multiple transactions, couldn't you just do

    Begin Tran

       insert

      update

      delete

    comit

    if there's an error in any of the 3 commands, won't it rollback the entire transaction?

    Thanks

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