We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support to shrinking the databases by chunks, similar to the implementation here:
https://github.com/MadeiraData/MadeiraToolbox/blob/master/Utility%20Scripts/Shrink_Database_File_in_Specified_Increments.sql
That also includes taking into consideration delays between iterations, error 5240, as well as replica recovery queue.
The text was updated successfully, but these errors were encountered:
The changes in this task will also require changing the default values inserted into the @Jobs table in README.md
@Jobs
Sorry, something went wrong.
EitanBlumin
No branches or pull requests
Add support to shrinking the databases by chunks, similar to the implementation here:
https://github.com/MadeiraData/MadeiraToolbox/blob/master/Utility%20Scripts/Shrink_Database_File_in_Specified_Increments.sql
That also includes taking into consideration delays between iterations, error 5240, as well as replica recovery queue.
The text was updated successfully, but these errors were encountered: