Skip to content

Update Demo00.sql #1

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

Imran-imtiaz48
Copy link

Overview of Queries:

  1. Execution Count: Identify frequently called stored procedures to analyze workload patterns.
  2. Avg Elapsed Time: Find long-running stored procedures that may need performance tuning.
  3. Total Worker Time: Locate CPU-intensive stored procedures for potential optimization.
  4. Logical Reads: Identify procedures that may cause memory pressure.
  5. Physical Reads: Detect disk-intensive stored procedures that could slow down performance.
  6. Logical Writes: Find write-heavy stored procedures that impact I/O performance.

Overview of Queries:
1.	Execution Count: Identify frequently called stored procedures to analyze workload patterns.
2.	Avg Elapsed Time: Find long-running stored procedures that may need performance tuning.
3.	Total Worker Time: Locate CPU-intensive stored procedures for potential optimization.
4.	Logical Reads: Identify procedures that may cause memory pressure.
5.	Physical Reads: Detect disk-intensive stored procedures that could slow down performance.
6.	Logical Writes: Find write-heavy stored procedures that impact I/O performance.
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