From 00dd9493fa199054b7cbc2074086b786097a6f2f Mon Sep 17 00:00:00 2001 From: David Wiseman <33157668+DavidWiseman@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:24:05 +0000 Subject: [PATCH] sp_SrvPermissions - documentation fix Change ScriptsOnly to ScriptOnly in the parameter documentation, matching the value expected. --- sp_SrvPermissions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp_SrvPermissions.sql b/sp_SrvPermissions.sql index 80b01b2..bb125c0 100644 --- a/sp_SrvPermissions.sql +++ b/sp_SrvPermissions.sql @@ -83,7 +83,7 @@ Parameters: reporting. CreateOnly - Only return the create scripts where they aren't NULL. DropOnly - Only return the drop scripts where they aren't NULL. - ScriptsOnly - Return drop and create scripts where they aren't NULL. + ScriptOnly - Return drop and create scripts where they aren't NULL. Report - Returns one output with one row per principal and a comma delimited list of roles the principal is a member of and a comma delimited list of the individual permissions they have.