Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
clarkbaker1964
Constraint Violating Yak Guru
428 Posts |
Posted - 2005-05-06 : 14:45:55
|
Is their an sp or extended sp that I can run to get all of the processes that are running on a server?Looking for the Applications, Processes, Performance, Networking information that I would get from running remote desktop and opening task manager. You can do anything at www.zombo.com |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-05-06 : 16:35:24
|
| SQL Server isn't the tool that you should be using to view this. This information is available in Performance Monitor using the Process object. And you can run PerfMon remotely as it allows you to select which server.Tara |
 |
|
|
|
|
|