Skip to content

Commit 3527872

Browse files
Greg DoddGreg Dodd
authored andcommitted
Fixing output message to show correct parameter
1 parent 2077906 commit 3527872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_DatabaseRestore.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ IF (@LogRecoveryOption = N'')
13421342
IF (@StopAt IS NOT NULL)
13431343
BEGIN
13441344

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

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

0 commit comments

Comments
 (0)