You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/sp_Blitz_Checks_by_Priority.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
6
6
7
7
If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.
'SQL Server Agent''s service account is '+ [service_account]
5062
5062
+' - meaning that anyone who can create and run jobs can do absolutely anything on the host.'AS [Details]
5063
5063
FROM
@@ -9667,8 +9667,8 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
9667
9667
260AS CheckID
9668
9668
,1AS Priority
9669
9669
,'Security'AS FindingsGroup
9670
-
,'SQL Server''s service account is a local admin'AS Finding
9671
-
,'https://www.brentozar.com/go/setup'ASURL
9670
+
,'Dangerous Service Account'AS Finding
9671
+
,'https://vladdba.com/SQLServerSvcAccount'ASURL
9672
9672
,'SQL Server''s service account is a member of the local Administrators group - meaning that anyone who can use xp_cmdshell can do anything on the host.'as Details
9673
9673
9674
9674
END;
@@ -9713,8 +9713,8 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
9713
9713
261AS CheckID
9714
9714
,1AS Priority
9715
9715
,'Security'AS FindingsGroup
9716
-
,'SQL Server Agent''s service account is a local admin'AS Finding
9717
-
,'https://www.brentozar.com/go/setup'ASURL
9716
+
,'Dangerous Service Account'AS Finding
9717
+
,'https://vladdba.com/SQLServerSvcAccount'ASURL
9718
9718
,'SQL Server Agent''s service account is a member of the local Administrators group - meaning that anyone who can create and run jobs can do anything on the host.'as Details
9719
9719
9720
9720
END;
@@ -9746,8 +9746,8 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
9746
9746
261AS CheckID
9747
9747
,1AS Priority
9748
9748
,'Security'AS FindingsGroup
9749
-
,'SQL Server Agent''s service account is a local admin'AS Finding
9750
-
,'https://www.brentozar.com/go/setup'ASURL
9749
+
,'Dangerous Service Account'AS Finding
9750
+
,'https://vladdba.com/SQLServerSvcAccount'ASURL
9751
9751
,'SQL Server Agent''s service account is a member of the local Administrators group - meaning that anyone who can create and run jobs can do anything on the host.'as Details
0 commit comments