diff --git a/utils.ps1 b/utils.ps1 index bef073f..95dff6c 100644 --- a/utils.ps1 +++ b/utils.ps1 @@ -33,7 +33,6 @@ function ValidateServerNameInput { MessageError "Available sql named instances: [$($sql_instances -join ', ')]" $invoker_script_name = ($MyInvocation.PSCommandPath -split "\\")[-1] MessageError "Example: .\$invoker_script_name -server_name "".\$($sql_instances[-1])""" - exit 1 } return $false }