Results 1 to 3 of 3

Thread: user connections

  1. #1
    Join Date
    Mar 2003
    Posts
    383

    user connections

    Hi:

    the sql perfomance monitor has user connections counter.
    when I run select from sysprocess (SQL2000), the number is much larger than the user connections counter.

    after put where dbID > 1 (I think it is 'User' connection) to exclude master db, the number is closing, but somewhat smaller than it, never match.

    any idea?

    thanks
    David

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Don't count any process with spid < 51, they are system processes. By the way, each process may have multiple threads.

  3. #3
    Join Date
    Mar 2003
    Posts
    383
    Hi Rmiao:
    it matches now.
    thanks
    -D

Posting Permissions

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