Link to home
Start Free TrialLog in
Avatar of Doodad Boy
Doodad BoyFlag for Malaysia

asked on

Help to analysis procmon log

Client keep complaining their sql connection being disconnected.
No any network down alert being captured
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Doodad Boy

ASKER

They receive below error
Msg 596, Level 21, State 1, Line 11
Cannot continue the execution because the session is in the kill state.
"Cannot continue the execution because the session is in the kill state" is misleading in my opinion since it implies your connection session is invalidated but you are still connected however there should be other messages prior to this where you should see the actual exception message you are actually throwing.

Did you checked the SQL Logs to see if connections are truly killed at SQL level?
User generated imageHow to confirm if the connection are truly killed at SQL level.Any specific output need to be look in sql log, so i can check the same with my sql engineer.
as per the sql log, the above msg i given was share my sql engineer.
should we use tool like procmon to capture these log, please advice further
Hm....there seems to be a lots of similar issues on various rather new SQL versions like this:
https://social.msdn.microsoft.com/Forums/en-US/0e30a316-dcbb-4cb5-bd2c-eb69b4efad67/sql-server-2016-sp2cui-bug-merge-and-insert-with-columnstore-index-creates-crash-dump-script?forum=sqldatabaseengine

and what is the SQL Server version that you are running? I would suggest to check for specific version related similar issue maybe there's some workaround/fix to your problem.
Hi, the server SQL is 2019