Skip to content
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

Update-SQLIndexRunbook.ps1 Addressing table in other schemas #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

techpilot007
Copy link

Updates for Update-SQLIndexRunbook.ps1
-Increased the the timeout for the execution of the average fragmentation query. We've found that having multiple severely fragmented tables leads to the timeout being reached.
-Add another Write-Verbose statement to give feed back on where the script is in it's execution.
-Concatenate the schema with the table name so that the script can handle tables with the same name in different schemas.

Updates for Update-SQLIndexRunbook.ps1
-Increased the the timeout for the execution of the average fragmentation query. We've found that having multiple severely fragmented tables leads to the timeout being reached. 
-Add another Write-Verbose statement to give feed back on where the script is in it's execution. 
-Concatenate the schema with the table name so that the script can handle tables with the same name in different schemas.
Copy link

@Erik-McKelvey Erik-McKelvey left a comment

Choose a reason for hiding this comment

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

This fixes a major flaw in the script. Would be great if it was merged in

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.

2 participants