initial commit

This commit is contained in:
Thierry Schork
2022-12-30 12:10:12 +01:00
commit 7cf858256a
127 changed files with 12534 additions and 0 deletions

View 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%';