I'm using Sybase ASE 15.0.
I have a process displayed by sp_who by 'sa' user that it seems to be running an 'INSERT' statement
0 18 running sa sa
hostname 0 master tempdb
INSERT 0
When I try to kill this process I get the following message:
1> kill 18
2> go
Msg 6104, Level 16, State 1:
Server 'STADF16', Line 1:
You cannot use KILL to kill your own process.
It appears to be my own process but clearly I'm not running an INSERT statement.
Sybase shutdown and restart has been done, and all OS processes had been killed.
What is this process?