Skip to content

Commit

Permalink
Merge pull request #3321 from gdoddsy/dev
Browse files Browse the repository at this point in the history
Fixing output message to show correct parameter
  • Loading branch information
BrentOzar authored Aug 20, 2023
2 parents 2077906 + 3527872 commit 0fce93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp_DatabaseRestore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@ IF (@LogRecoveryOption = N'')
IF (@StopAt IS NOT NULL)
BEGIN

IF @Execute = 'Y' OR @Debug = 1 RAISERROR('@OnlyLogsAfter is NOT NULL, deleting from @FileList', 0, 1) WITH NOWAIT;
IF @Execute = 'Y' OR @Debug = 1 RAISERROR('@StopAt is NOT NULL, deleting from @FileList', 0, 1) WITH NOWAIT;

IF LEN(@StopAt) <> 14 OR PATINDEX('%[^0-9]%', @StopAt) > 0
BEGIN
Expand Down

0 comments on commit 0fce93d

Please sign in to comment.