May 19, 2004 #1 shweta Technical User Joined Mar 20, 2001 Messages 27 Location US Hi, Does anyone know how I can get a total count of the active transactions on a database or sql server at a given time? Thanks Shweta
Hi, Does anyone know how I can get a total count of the active transactions on a database or sql server at a given time? Thanks Shweta
May 19, 2004 #2 mrdenny Programmer Joined May 27, 2002 Messages 11,595 Look in the sysprocesses table. Denny --Anything is possible. All it takes is a little research. (Me) Upvote 0 Downvote
Look in the sysprocesses table. Denny --Anything is possible. All it takes is a little research. (Me)
May 20, 2004 Thread starter #3 shweta Technical User Joined Mar 20, 2001 Messages 27 Location US Thanks!! That helped a lot! Upvote 0 Downvote