Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: User Connections in SQL Server

    Matt Crowley (1/24/2014)


    Web servers use connection pooling, so connections used by one user are recycled by other users. However, if your application does not close connections, they will build...

    Andy Chiarwanto Pranata
  • RE: User Connections in SQL Server

    Let's say all 1000 user really connect at the same time, does any of them use recycled connections from other?

    Is establishing connection to SQL Server consumes memory? How much?

    Andy Chiarwanto Pranata
  • RE: Logins per Second is over the threshold

    How can I determine the 'normal threshold' for my server?

    Count of user login?

    Andy Chiarwanto Pranata
  • RE: Logins per Second is over the threshold

    It's set before I came in here by previous DBA.

    Any guidance in deciding the threshold?

    I'm quite new in administration.

    Andy Chiarwanto Pranata

Viewing 4 posts - 1 through 5 (of 5 total)