Skip to content

Creating one new table to load waits byCount. Fixing query for waits by Duration #315

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 1 commit into
base: master
Choose a base branch
from

Conversation

asavioliMSFT
Copy link

With this PR, I'm suggesting 2 changes for proc SpLoadQueryProcessingComponent_TopWaits:

1 - Currently, there is only one table named tbl_OS_WAIT_STATS_byDuration, but we are loading on it the waits byCount from the sp_server_diagnostics. I've changed the query to load the waits byDuration into the table tbl_OS_WAIT_STATS_byDuration

2 - Creating an additional table tbl_OS_WAIT_STATS_byCount to load the waits byCount on it

…rently we have a table named byDuration, but we are loading waits by count
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