• yeah, not directly configurable without turning on advanced options.

    i think this is what you are after:

    [font="Courier New"]

    --advanced options get enabled

    sp_configure 'show advanced options', 1;

    GO

    RECONFIGURE

    GO

    --'user connections' 0=unlimited, change to an integer value if you wanted, say 800 maximum

    sp_configure 'user connections', 0

    GO

    RECONFIGURE[/font]

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!