Michael Kirkpatrick

Results 6 comments of Michael Kirkpatrick

Pls see final comment in #140 / #150.

still an issue with the latest version

Letting you know. Thanks. On Wed, Jun 19, 2019 at 11:57 AM sqlworldwide wrote: > Sorry I did not check. Are you asking me or letting me know. > Taiob...

I may have found the issue. It is in the REQUESTS report. All the times that it failed with the above error, the input buffer contained a semicolon. Example: ReportServer.dbo.CleanOrphanedSnapshots;1...

Hope this helps: USE [ReportServer] GO /****** Object: StoredProcedure [dbo].[CleanOrphanedSnapshots] Script Date: 6/21/2019 8:13:04 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[CleanOrphanedSnapshots] @Machine nvarchar(512), @PermanentSnapshotCount...

might be this one: msdb.dbo.sp_readrequest;1 running stmt: WAITFOR(RECEIVE conversation_handle, service_contract_name, message_type_name, message_body FROM ExternalMailQueue INTO @msgs), TIMEOUT @rec_timeout running batch: -- sp_readrequest : Reads a request from the the queue...