Skip to content

Commit 5a2de87

Browse files
Merge pull request #598 from erikdarlingdata/dev
Dev
2 parents b66353d + f39d549 commit 5a2de87

10 files changed

Lines changed: 470 additions & 143 deletions

File tree

Clear Token Perm/ClearTokenPerm Agent Job.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ EXECUTE @ReturnCode = msdb.dbo.sp_add_job
7373
@description = N'For background on why you need this:
7474
https://www.erikdarling.com/troubleshooting-security-cache-issues-userstore_tokenperm-and-tokenandpermuserstore/
7575
76-
Copyright 2022 Darling Data, LLC
76+
Copyright 2025 Darling Data, LLC
7777
https://www.erikdarling.com/
7878
7979
For support, head over to GitHub:
@@ -119,7 +119,7 @@ EXECUTE @ReturnCode = msdb.dbo.sp_add_jobschedule
119119
@enabled = 1,
120120
@freq_type = 4,
121121
@freq_interval = 1,
122-
@freq_subday_type = 8,
122+
@freq_subday_type = 4,
123123
@freq_subday_interval = 30,
124124
@freq_relative_interval = 0,
125125
@freq_recurrence_factor = 0,

sp_HealthParser/sp_HealthParser.sql

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ BEGIN
7070
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
7171

7272
SELECT
73-
@version = '2.4.4',
74-
@version_date = '20250404';
73+
@version = '2.5',
74+
@version_date = '20250501';
7575

7676
IF @help = 1
7777
BEGIN
@@ -202,9 +202,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202202
END;
203203

204204
DECLARE
205-
@sql nvarchar(max) =
205+
@sql nvarchar(MAX) =
206206
N'',
207-
@params nvarchar(max) =
207+
@params nvarchar(MAX) =
208208
N'@start_date datetimeoffset(7),
209209
@end_date datetimeoffset(7)',
210210
@azure bit =
@@ -4203,7 +4203,8 @@ END;
42034203
END;
42044204

42054205
/* For ignored errors, only display to client */
4206-
IF @log_to_table = 0
4206+
IF @log_to_table = 0
4207+
AND @debug = 1
42074208
BEGIN
42084209
SELECT
42094210
error_numbers_ignored =

sp_HumanEvents/sp_HumanEvents.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ SET XACT_ABORT ON;
8787
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
8888

8989
SELECT
90-
@version = '6.4.4',
91-
@version_date = '20250404';
90+
@version = '6.5',
91+
@version_date = '20250501';
9292

9393
IF @help = 1
9494
BEGIN

sp_HumanEvents/sp_HumanEventsBlockViewer.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ SET XACT_ABORT OFF;
9292
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
9393

9494
SELECT
95-
@version = '4.4.4',
96-
@version_date = '20250404';
95+
@version = '4.5',
96+
@version_date = '20250501';
9797

9898
IF @help = 1
9999
BEGIN

sp_IndexCleanup/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)