Number of active connections in SQL Server 2005

  • Hi Forum,

    How and where can i find out what the number of active connections is in SQL Server 2005.

    I know that the default number of connections is 32767, but how can i set/change the number of connections allowed in SQL?

    When i do

    sp_configure

    go

    I got the following:

    MIN MAX config_value run_value

    allow updates0100

    clr enabled0100

    cross db ownership chaining0100

    default language0999900

    max text repl size (B)021474836476553665536

    nested triggers0111

    remote access0111

    remote admin connections0100

    remote login timeout (s)021474836472020

    remote proc trans0100

    remote query timeout (s)02147483647600600

    server trigger recursion0111

    show advanced options0100

    user options03276700

    The only thing that i can see is "user options" with a max of 32767 and under config_value shows "0".

    Is there a way to set a fix number of user connection to the server???

    Thanks in advance.

    Regards,

    Manuel Roman

  • Steve,

    Thank you very much...

    Greatly appreciated.

    Regards,

    Manuel

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

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