File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4463,7 +4463,7 @@ IF @ProductVersionMajor >= 10
44634463 ' Informational' AS [FindingsGroup] ,
44644464 ' SQL Server is running under an NT Service account' AS [Finding] ,
44654465 ' https://www.brentozar.com/go/setup' AS [URL] ,
4466- ( ' I'' m running as ' + [service_account] + ' . I wish I had an Active Directory service account instead. '
4466+ ( ' I'' m running as ' + [service_account] + ' .'
44674467 ) AS [Details]
44684468 FROM
44694469 [sys].[dm_server_services]
@@ -4503,7 +4503,7 @@ IF @ProductVersionMajor >= 10
45034503 ' Informational' AS [FindingsGroup] ,
45044504 ' SQL Server Agent is running under an NT Service account' AS [Finding] ,
45054505 ' https://www.brentozar.com/go/setup' AS [URL] ,
4506- ( ' I'' m running as ' + [service_account] + ' . I wish I had an Active Directory service account instead. '
4506+ ( ' I'' m running as ' + [service_account] + ' .'
45074507 ) AS [Details]
45084508 FROM
45094509 [sys].[dm_server_services]
You can’t perform that action at this time.
0 commit comments