CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Location
    India
    Posts
    24

    Lightbulb Knowing Transaction level

    Hi evrybody,

    Is there any system SP to know the transaction level in sql server.

  2. #2
    Join Date
    Apr 2002
    Location
    Egypt
    Posts
    2,210

    Re: Knowing Transaction level

    Use the global function:
    @@TRANCOUNT
    http://msdn.microsoft.com/library/de...obals_8lx0.asp
    Hesham A. Amin
    My blog , Articles


    <a rel=https://twitter.com/HeshamAmin" border="0" /> @HeshamAmin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured