Latest updated

This commit is contained in:
2025-11-14 12:12:11 +00:00
parent fbb8726e2a
commit 1758cbc5f8
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ param(
[ValidateSet("catalog", "restore", "verify")]
[string]$Action,
[Parameter(Mandatory=$false)]
[Parameter(Mandatory=$true)]
[string]$SqlInstance = "sqlfcsql\TESTINST"
)