How to check the concurrent request to SQL server

  • Dear All,

    I would need your input on how to check the no of concurrent request on our SQL server.

    Cheers,

  • Lanny Irwan (4/10/2008)


    Dear All,

    I would need your input on how to check the no of concurrent request on our SQL server.

    Cheers,

    What do you mean by "request"?

    You can use performance monitor to measure various counters - Transactions per second, batch requests per second, active transactions.

  • Hi,

    This statement is extracted from the following url:

    http://technet.microsoft.com/en-us/library/cc298578.aspx

    The above url is a guideline on choosing the hardware for SQL server 2005.

    Here are the complete statement:

    "Number of concurrent requests to SQL server 2005"

    I would like to know how to get this information.

    Cheers,

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply