-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
0.9.710 #4773
Merged
Merged
0.9.710 #4773
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added clarification * remove trailing spaces
* Update Copy-DbaDbQueryStoreOption.ps1 Fixing parameter names to match what they are in $SourceQSConfig which came from Get-DbaDbQueryStoreOption, and splatting the parameters to get rid of the back-tick/grave accent syntax. * Update Copy-DbaDbQueryStoreOption.ps1 Applied Invoke-DbatoolsFormatter to comply with OTSB formatting request * Update Remove-DbaOrphanUser.ps1 Updating Remove-Orphan logic to determine users who are orphaned to be -eq 0 for the top, then else is that users are present. This functionality now matches Repair-Orphan, which was properly determining the orphans. Basically the if condition was inverted. * Update Remove-DbaOrphanUser.ps1 fix Updating Remove-Orphan logic to determine users who are orphaned to be -eq 0 for the top, then else is that users are present. This functionality now matches Repair-Orphan, which was properly determining the orphans. Basically the if condition was inverted. Uploaded due to GitHub desktop and VSCode failing authentication to push the change * Accidentially checked in here Didn't want the file here, trying to update in functions, but failed due to connectivity issues. * dropping improperly placed file
Added an example to export jobs of a specific category to file.
* Added example to copy only SSRS subscription jobs Added example to get all SSRS jobs (category Report Server) from an instance and copy across the jobs to another instance (AlwaysOn secondary instance) * Corrected new example per Simon's feedback
* add InputObject / enable pipes in Test-DbaDbOwner * add InputObject / enable pipes in Test-DbaDbOwner * fixed test * fixed test for real
* Rename Job to AgentJob #4735 * full rename
* updates * fixed
* fix linux support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dbatools.io/changelog