Skip to content

Commit bb51cb0

Browse files
update URLs
short and sweet
1 parent bf05c7d commit bb51cb0

29 files changed

Lines changed: 44 additions & 44 deletions

Alerts/Alerts.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Copyright 2025 Darling Data, LLC
1515
https://www.erikdarling.com/
1616
1717
For support, head over to GitHub:
18-
https://github.com/erikdarlingdata/DarlingData
18+
https://code.erikdarling.com
1919
2020
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2121

Clear Token Perm/ClearTokenPerm Agent Job.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright 2025 Darling Data, LLC
2020
https://www.erikdarling.com/
2121
2222
For support, head over to GitHub:
23-
https://github.com/erikdarlingdata/DarlingData
23+
https://code.erikdarling.com
2424
2525
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2626
@@ -77,7 +77,7 @@ Copyright 2022 Darling Data, LLC
7777
https://www.erikdarling.com/
7878
7979
For support, head over to GitHub:
80-
https://github.com/erikdarlingdata/DarlingData',
80+
https://code.erikdarling.com',
8181
@category_name = N'[Uncategorized (Local)]',
8282
@owner_login_name = N'sa',
8383
@job_id = @jobId OUTPUT;

Clear Token Perm/ClearTokenPerm.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Copyright 2025 Darling Data, LLC
2020
https://www.erikdarling.com/
2121
2222
For support, head over to GitHub:
23-
https://github.com/erikdarlingdata/DarlingData
23+
https://code.erikdarling.com
2424
2525
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2626

Clear Token Perm/Inflate Security Cache Demo And Analysis Script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Copyright 2024 Darling Data, LLC
1717
https://www.erikdarling.com/
1818
1919
For support, head over to GitHub:
20-
https://github.com/erikdarlingdata/DarlingData
20+
https://code.erikdarling.com
2121
2222
MIT License
2323

Create Long IN List/Longingly.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Copyright 2025 Darling Data, LLC
1717
https://www.erikdarling.com/
1818
1919
For support, head over to GitHub:
20-
https://github.com/erikdarlingdata/DarlingData
20+
https://code.erikdarling.com
2121
2222
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2323

Helper Views/WhatsUpIndexes.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GO
1212
/*
1313
This is a quick one-off script I use in some presentations to look at index sizes.
1414
15-
https://github.com/erikdarlingdata/DarlingData
15+
https://code.erikdarling.com
1616
1717
Copyright (c) 2025 Darling Data, LLC
1818
https://www.erikdarling.com/

Helper Views/WhatsUpLocks.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GO
1313
This is a helper function I use in some of my presentations to look at locks taken.
1414
It's definitely not a replacement for sp_WhoIsActive, it just gives me what I care about at the moment.
1515
16-
https://github.com/erikdarlingdata/DarlingData
16+
https://code.erikdarling.com
1717
1818
Copyright (c) 2025 Darling Data, LLC
1919
https://www.erikdarling.com/

Helper Views/WhatsUpMemory.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ I probably wouldn't run this in production, especially on servers with a lot of
1515
The dm_os_buffer_descriptors DMV especially can be really slow at times
1616
1717
18-
https://github.com/erikdarlingdata/DarlingData
18+
https://code.erikdarling.com
1919
2020
Copyright (c) 2025 Darling Data, LLC
2121
https://www.erikdarling.com/

Helper Views/tempdb_tester.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Copyright 2025 Darling Data, LLC
1717
https://www.erikdarling.com/
1818
1919
For support, head over to GitHub:
20-
https://github.com/erikdarlingdata/DarlingData
20+
https://code.erikdarling.com
2121
2222
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2323

Inline Financial Functions/EffectiveAnnualInterestRate.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AS
2020
RETURN
2121
/*
2222
For support, head over to GitHub:
23-
https://github.com/erikdarlingdata/DarlingData
23+
https://code.erikdarling.com
2424
*/
2525
SELECT
2626
Rate =

0 commit comments

Comments
 (0)