Re: XP server and monitor server? -
05-18-2004
, 11:42 AM
Hello,
You can do a "ps -ef | grep xpserver" to see if the
XP Server's process is running.
If it is, you can try a simple command like:
isql -Usa -P -p
1> xp_cmdshell "who"
2> go
It will spawn out and run the UNIX "who" command.
The lower case "-p" is optional and shows you how
long it took for the command to execute in milliseconds.
Good luck,
Neal |