sqlblockedprocesses icon indicating copy to clipboard operation
sqlblockedprocesses copied to clipboard

SQL Server Blocked Process Report Viewer

Results 3 sqlblockedprocesses issues
Sort by recently updated
recently updated
newest added

See title. Fix was to change `@filenamePattern` instances to `@FilenamePattern`.

Should be monitorloop = bpReportXMLNode.value('(./@monitorLoop)[1]', 'nvarchar(100)'), instead of monitorloop = bpReportXMLNode.value('(//@monitorLoop)[1]', 'nvarchar(100)'),

The results are ordered by monitorloop (then by hierarchy) It would be more natural to be sorted by date. (Sometimes monitorloop's value resets? Maybe on reboots?)