46m ago
Hi, ALL,
This is a follow-up to
So I tried to use Google. Turns out comparing to other DBMSes, like SQL Server, Postgres or MySQL, SAP ASE does not clean up if the connection is broken unexpectedly, just as I suspected in the last post in the linked thread.
So, when I tried googling, it suggest to do following:
1. Run sp_who to identify the (still) running process.
2. Run "KILL <spid>" to kill the process that is stuck.
So I ran "dbisql", connect as "sa" and then ran "sp_who". It succeeded and gave me the spid of the process that is stuck.
Next I I tried to run "KILL" on that spid. However I got an error saying that I can't kill the process that I started.
What do I do?
I presume that even if I create a user in the "sa" domain, it will not be able to kill the process, because it started as "sa"?
Or not?
And if not - how to create a user in "sa" domain?
Thank you.
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.