Skip to content

Commit

Permalink
Merge pull request #2457 from BrentOzarULTD/dev
Browse files Browse the repository at this point in the history
2020-07-03 Release - fixing sp_DatabaseRestore install bug
  • Loading branch information
BrentOzar authored Jul 3, 2020
2 parents e4c067a + e8905db commit 065534c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Install-All-Scripts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39137,8 +39137,6 @@ BEGIN
END;
IF @Debug IN (0, 1) AND @Execute = 'Y'
EXECUTE master.sys.sp_executesql @stmt = @sql;
END
EXECUTE @sql = [dbo].[CommandExecute] @Command = @sql, @CommandType = 'DROP DATABASE', @Mode = 1, @DatabaseName = @Database, @LogToTable = 'Y', @Execute = 'Y';
END
IF @ExistingDBAction = 4
BEGIN
Expand Down
2 changes: 0 additions & 2 deletions sp_DatabaseRestore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,6 @@ BEGIN
END;
IF @Debug IN (0, 1) AND @Execute = 'Y'
EXECUTE master.sys.sp_executesql @stmt = @sql;
END
EXECUTE @sql = [dbo].[CommandExecute] @Command = @sql, @CommandType = 'DROP DATABASE', @Mode = 1, @DatabaseName = @Database, @LogToTable = 'Y', @Execute = 'Y';
END
IF @ExistingDBAction = 4
BEGIN
Expand Down

0 comments on commit 065534c

Please sign in to comment.