Skip to content

sp_DatabaseRestore: allow enabling service broker on restore #3543

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

lowlydba
Copy link
Contributor

@lowlydba lowlydba commented Jun 23, 2024

Fixes #3532 by adding the ability to re-enable the service broker after restoring a database.

Additionally, capitalized a few data types for consistency and my VSCode settings trimmed trailing whitespace. I can roll these back if you want to keep the history of lines modified cleaner, otherwise I think its a good habit to remove these (~3kb smaller without them, including my additions)

@lowlydba lowlydba changed the title feat: allow enabling service broker on restore sp_DatabaseRestore: allow enabling service broker on restore Jun 23, 2024
@BrentOzar BrentOzar added this to the 2024-08 Release milestone Jun 30, 2024
Copy link
Member

@BrentOzar BrentOzar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! Looks good, makes sense, merging into the dev branch. I'm doing a July release a little early to get a couple of fixes into the Consultant Toolkit, and this will be in there.

@BrentOzar BrentOzar merged commit c6acc2d into BrentOzarULTD:dev Jun 30, 2024
3 checks passed
@BrentOzar
Copy link
Member

Also, just going forward, please don't make any changes for formatting or personal preferences. Other folks are working on the repo at the same time, and this introduces more merge conflicts that are a pain in the rear for us to fix & test. Thanks for understanding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sp_DatabaseRestore: Add param to enable service broker on restore
2 participants