From 3a16b45c289b9bea6adf12320226491a6a10f0db Mon Sep 17 00:00:00 2001 From: martin-guth Date: Thu, 25 Apr 2024 11:13:46 +0200 Subject: [PATCH] Update sp_CheckSecurity.sql Fixed Typo in help text "service accounts" instead of "serice accounts" --- sp_CheckSecurity.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sp_CheckSecurity.sql b/sp_CheckSecurity.sql index fcdec7c..c42e1ec 100644 --- a/sp_CheckSecurity.sql +++ b/sp_CheckSecurity.sql @@ -855,7 +855,7 @@ SELECT , 'SQL Server service account' , NULL , 'The SQL Server service is running with the following account: ' + service_account - , 'We recommend using managed serice accounts if possible to reduce vulnerabilty.' + , 'We recommend using managed service accounts if possible to reduce vulnerabilty.' , 'https://straightpathsql.com/cs/sql-server-service-account' FROM sys.dm_server_services WHERE servicename like 'SQL Server (%' @@ -869,7 +869,7 @@ SELECT , 'SQL Agent service account' , NULL , 'The SQL Agent service is running with the following account: ' + service_account - , 'We recommend using managed serice accounts if possible to reduce vulnerabilty.' + , 'We recommend using managed service accounts if possible to reduce vulnerabilty.' , 'https://straightpathsql.com/cs/sql-server-service-account' FROM sys.dm_server_services WHERE servicename like 'SQL Server Agent%' @@ -1162,4 +1162,4 @@ IF @ShowHighOnly = 0 , ReadMoreURL FROM #Results ORDER BY 1, 2, 3, 4, 5 - \ No newline at end of file +