We have an applications that about 15 people use and it has a brokerage service to do real time screen refreshes when ever any data in a specific tablechanges.For the most part this appears to work but when I am using the SentryOne Client to monitor my database I get very odd results. am now getting Repeated calls over and over lasting about 1 min
SQL
execsp_executesqlN'BEGIN CONVERSATION TIMER (''3085241b-707b-e711-8130-005056978778'') TIMEOUT = 120; WAITFOR(RECEIVE TOP (1) message_type_name, conversation_handle, cast(message_body AS XML) as message_body from [SqlQueryNotificationService-51665f56-75e8-4816-bbd8-40ca364f3d63]), TIMEOUT @p2;',N'@p2 int',@p2=60000
In the morning only one person was working so I saw about 10 to 15 of these statements all lasting 0ne minute one right after the other all from the same host. Now that more...