Problem getting information regarding the application connected to
From: Prakash (Prakash_at_discussions.microsoft.com)
Date: 02/11/05
- Next message: Andrea Montanari: "Re: MSDE on XP running, but not recognized in ODBC"
- Previous message: Jim Young: "Re: Installing MSDE 2000 Release A on a XP Home Machine"
- Next in thread: Andrea Montanari: "Re: Problem getting information regarding the application connected to"
- Reply: Andrea Montanari: "Re: Problem getting information regarding the application connected to"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 23:07:01 -0800
I am using MSDE 2000 ,
I would like to get information from master..sysprocesses table
to see what programs are connected to the database.
I would to verfy how many times a particular program is connected to the
database
Lets say i would like to check the number of times program X is connected to
the
database.
The select statement is like Select * from master..sysprocesses where
program_name ='X'
but unfortunately whenever i connect using programX , the Program_name field
is Empty.
So I am unable to compare against the program name. Is there any other table
from which
i can gather consistent information? Any workaround would also be welcome.
Thanks in advance
Prakash
- Next message: Andrea Montanari: "Re: MSDE on XP running, but not recognized in ODBC"
- Previous message: Jim Young: "Re: Installing MSDE 2000 Release A on a XP Home Machine"
- Next in thread: Andrea Montanari: "Re: Problem getting information regarding the application connected to"
- Reply: Andrea Montanari: "Re: Problem getting information regarding the application connected to"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|