Skip to content

Allow users to skip tables and CDC tables via new parameters to AzureSQLMaintenance #45

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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

a-eski
Copy link

@a-eski a-eski commented Apr 23, 2025

Add a new parameter called '@skipTables' to the AzureSQLMaintenance stored procedure which allows the user to specify tables to be skipped during index and statistics maintenance. The tables are marked as skipped and logged using the existing mechanism.

Add a new parameter called '@skipCdcTables' to the AzureSQLMaintenance stored procedure which allows the user to specify that CDC tables should be skipped during index and statistics maintenance. The tables are marked as skipped and logged using the existing mechanism.

Updated Change Log, Date, and added examples for using '@skipTables', '@skipCdcTables'.

Note: inconsistent whitespace was also cleaned up via my editor.

image

@a-eski a-eski changed the title Allow users to skip tables via new parameter to AzureSQLMaintenance Allow users to skip tables and CDC tables via new parameters to AzureSQLMaintenance Apr 23, 2025
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.

1 participant