sqlblockedprocesses
sqlblockedprocesses copied to clipboard
SQL Server Blocked Process Report Viewer
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?)