Skip to content

Commit b88dad4

Browse files
Merge pull request #507 from erikdarlingdata/dev
Happy New Year
2 parents cb2b0f6 + 706ce10 commit b88dad4

File tree

6 files changed

+24
-24
lines changed

6 files changed

+24
-24
lines changed

sp_HealthParser/sp_HealthParser.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GO
2525
╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═╝
2626
2727
28-
Copyright 2024 Darling Data, LLC
28+
Copyright 2025 Darling Data, LLC
2929
https://www.erikdarling.com/
3030
3131
For support, head over to GitHub:
@@ -65,8 +65,8 @@ BEGIN
6565
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
6666

6767
SELECT
68-
@version = '1.9',
69-
@version_date = '20240915';
68+
@version = '2.1',
69+
@version_date = '20250101';
7070

7171
IF @help = 1
7272
BEGIN
@@ -156,7 +156,7 @@ BEGIN
156156
RAISERROR('
157157
MIT License
158158
159-
Copyright 2024 Darling Data, LLC
159+
Copyright 2025 Darling Data, LLC
160160
161161
https://www.erikdarling.com/
162162

sp_HumanEvents/sp_HumanEvents.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GO
2424
███████╗ ╚████╔╝ ███████╗██║ ╚████║ ██║ ███████║
2525
╚══════╝ ╚═══╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
2626
27-
Copyright 2024 Darling Data, LLC
27+
Copyright 2025 Darling Data, LLC
2828
https://www.erikdarling.com/
2929
3030
For usage and licensing details, run:
@@ -87,8 +87,8 @@ SET XACT_ABORT ON;
8787
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
8888

8989
SELECT
90-
@version = '5.9',
91-
@version_date = '20240915';
90+
@version = '6.1',
91+
@version_date = '20250101';
9292

9393
IF @help = 1
9494
BEGIN
@@ -320,7 +320,7 @@ BEGIN
320320
RAISERROR(N'
321321
MIT License
322322
323-
Copyright 2024 Darling Data, LLC
323+
Copyright 2025 Darling Data, LLC
324324
325325
https://www.erikdarling.com/
326326

sp_HumanEvents/sp_HumanEventsBlockViewer.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ GO
3838
╚████╔╝ ██║███████╗╚███╔███╔╝███████╗██║ ██║
3939
╚═══╝ ╚═╝╚══════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
4040
41-
Copyright 2024 Darling Data, LLC
41+
Copyright 2025 Darling Data, LLC
4242
https://www.erikdarling.com/
4343
4444
For usage and licensing details, run:
@@ -82,8 +82,8 @@ SET XACT_ABORT ON;
8282
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
8383

8484
SELECT
85-
@version = '3.9',
86-
@version_date = '20240915';
85+
@version = '4.1',
86+
@version_date = '20250101';
8787

8888
IF @help = 1
8989
BEGIN
@@ -204,7 +204,7 @@ ON SERVER
204204
RAISERROR('
205205
MIT License
206206
207-
Copyright 2024 Darling Data, LLC
207+
Copyright 2025 Darling Data, LLC
208208
209209
https://www.erikdarling.com/
210210

sp_LogHunter/sp_LogHunter.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GO
2424
██║ ██║╚██████╔╝██║ ╚████║ ██║ ███████╗██║ ██║
2525
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
2626
27-
Copyright 2024 Darling Data, LLC
27+
Copyright 2025 Darling Data, LLC
2828
https://www.erikdarling.com/
2929
3030
For usage and licensing details, run:
@@ -72,8 +72,8 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
7272

7373
BEGIN
7474
SELECT
75-
@version = '1.9',
76-
@version_date = '20240915';
75+
@version = '2.1',
76+
@version_date = '20250101';
7777

7878
IF @help = 1
7979
BEGIN
@@ -150,7 +150,7 @@ BEGIN
150150
RAISERROR('
151151
MIT License
152152
153-
Copyright 2024 Darling Data, LLC
153+
Copyright 2025 Darling Data, LLC
154154
155155
https://www.erikdarling.com/
156156

sp_PressureDetector/sp_PressureDetector.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GO
2525
██████╔╝███████╗ ██║ ███████╗╚██████╗ ██║ ╚██████╔╝██║ ██║
2626
╚═════╝ ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝
2727
28-
Copyright 2024 Darling Data, LLC
28+
Copyright 2025 Darling Data, LLC
2929
https://www.erikdarling.com/
3030
3131
For usage and licensing details, run:
@@ -71,8 +71,8 @@ SET XACT_ABORT ON;
7171
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
7272

7373
SELECT
74-
@version = '4.9',
75-
@version_date = '20240915';
74+
@version = '5.1',
75+
@version_date = '20250101';
7676

7777

7878
IF @help = 1
@@ -169,7 +169,7 @@ BEGIN
169169
RAISERROR('
170170
MIT License
171171
172-
Copyright 2024 Darling Data, LLC
172+
Copyright 2025 Darling Data, LLC
173173
174174
https://www.erikdarling.com/
175175

sp_QuickieStore/sp_QuickieStore.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ GO
2525
███████║ ██║ ╚██████╔╝██║ ██║███████╗██╗
2626
╚══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝
2727
28-
Copyright 2024 Darling Data, LLC
28+
Copyright 2025 Darling Data, LLC
2929
https://www.erikdarling.com/
3030
3131
For usage and licensing details, run:
@@ -137,8 +137,8 @@ END;
137137
These are for your outputs.
138138
*/
139139
SELECT
140-
@version = '4.9',
141-
@version_date = '20240915';
140+
@version = '5.1',
141+
@version_date = '20250101';
142142

143143
/*
144144
Helpful section! For help.
@@ -408,7 +408,7 @@ BEGIN
408408
RAISERROR('
409409
MIT License
410410
411-
Copyright 2024 Darling Data, LLC
411+
Copyright 2025 Darling Data, LLC
412412
413413
https://www.erikdarling.com/
414414

0 commit comments

Comments
 (0)