Personal tools
You are here: Home Sybase How To's Verifying the process which are being executed on Sysbase
Navigation
Log in


Forgot your password?
 
Document Actions

Verifying the process which are being executed on Sysbase

Verifying the process which are being executed on Sysbase



Below, the stament to check the process which are being executed on Sysbase


 select convert(char(8), suser_name(suid)), spid, physical_io, cpu,
"procedure" = convert(char(8),object_name(id, dbid)),
linenum, blocked, cmd, status, hostname,
program_name, tran_name, hostprocess, execlass, enginenum,
memusage
from master..sysprocesses
where dbid > 0
and suid > 0
and cmd <> "AWAITING COMMAND"
and status <> "recv sleep"
go


Security Awareness
Would you like your company to implement gamification into your security awareness program?





Polls