Files
sql-scripts/OCTPDBA-336 - monitor wait stat/SQLQuery18.sql
Thierry Schork 7cf858256a initial commit
2022-12-30 12:10:12 +01:00

11 lines
201 B
SQL

SET XACT_ABORT ON;
SET NOCOUNT ON;
SELECT [name],
[sj].[job_id],
'keyword "wait stats" in name'
FROM msdb.dbo.sysjobs sj
WHERE LOWER(sj.[name]) LIKE '%D92060%';