Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8910591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:43:37+00:00 2026-06-15T03:43:37+00:00

While looking at the Activity Monitor in SQL Server, I notice that under the

  • 0

While looking at the Activity Monitor in SQL Server, I notice that under the “Recent Expensive Queries” tab, the “Executions / min” column seems to balloon to a much higher number than it should be.
What does this number actually mean? Is it literally how many times a SQL Query is performed in a minute, or does this number represent something else?
Thanks in advance for the help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T03:43:38+00:00Added an answer on June 15, 2026 at 3:43 am

    The “Expensive Query” you are analyzing might be using other subqueries (Let’s say 10). Then could it be your “Executions / min” count is 10 times higher? Since an execution plan is recompiled for every subqueries?

    Found this answer here:

    The Execution/Min means the executions per minute for the query, the execution_count column in sys.dm_exec_query_stats indicates the number of times that the plan has been executed since it was last compiled. It is normal that the value of execution_count is not equal to the Execution/Min, since if the execution plan of your query recompiled or regenerated during execution, then the execution_count will be reset to 0 and recount. For instance, if this insert statement included into a transaction block, then the execution plan’s recompile might be caused by the other statement’s execution plan recompiled, so the execution_count will be reset to 0 and recount.

    Please refer to the below links for more detail information:

    sys.dm_exec_query_stats: http://msdn.microsoft.com/en-us/library/ms189741.aspx
    Activity Monitor: http://msdn.microsoft.com/en-us/library/cc879320(v=SQL.100).aspx

    Thanks, Weilin Qiao

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

while looking at some code I stumbled onto: throw /*-->*/new std::exception (//... and I
While looking through some old code I came across this gem: MyObject o =
While looking into parallel programming, and subsequently evaluation strategies, the question whether thunks are
While looking up the answer to this question: Why is an out parameter not
While looking for a way to temporarily save the search results when a user
While looking for ways to find the size of a file given a FILE*
While looking at some conceptual questions in C,I came across this question in a
I discovered this quite by accident while looking for a file with a number
I've just saw an unfamiliar syntax while looking for GroupBy return type: public interface
I'm trying to learn Rails better by looking at example applications, and while looking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.