Scope question

  • Can I assume that statements within a transaction in a sp is a single scope and single session?


    Thanks and Regards,

    Dinuj Nath

  • Within a stored procedure itself is single scope even without a transaction.

    External calls, Call another stored procedure and triggeres are out of scope even within a transaction.

    Data modified or inserted is within scope of the transaction.

    Regards,
    gova

  • Thank you qovinn


    Thanks and Regards,

    Dinuj Nath

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

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