Hi All,
When I do sp_who2,Below output is coming with many Spids,I don't know what SQL Server is saying
Could some body help me, Is this issue ? what I need to do ?what is the Impact...
Below is output of sp_who2 for one of SPID
Status:SUSPENDED
Command:DELETE
ProgramName:SqlQueryNotificationService-4a06gf61-kg50-33h9-cc63-888c123321bc
Text
(@p2 int)
BEGIN CONVERSATION TIMER ('862a35efe-823e-a144-9re5-h05sa32v6623') TIMEOUT = 120;
WAITFOR(RECEIVE TOP (1) message_type_name, conversation_handle, cast(message_body AS XML)
as message_body from [SqlQueryNotificationService-2e09f6a1-4a06gf61-kg50-33h9-cc63-888c123321bc]), TIMEOUT @p2;
Please some help me to sort out if this the issue.
Thanks in advance.