initial commit
This commit is contained in:
10
OCTPDBA-336 - monitor wait stat/SQLQuery18.sql
Normal file
10
OCTPDBA-336 - monitor wait stat/SQLQuery18.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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%';
|
||||
|
||||
Reference in New Issue
Block a user