Skip to content. | Skip to navigation
Details about hung process on Sysbase
select object_name(id,dbid),* from master..sysprocesses where spid=10
Where the number 10 is the process id
select object_name(id,dbid),* from master..syslocks where spid=10