﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Increasing User connections in SQL SERVER 2005 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 00:28:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Increasing User connections in SQL SERVER 2005</title><link>http://www.sqlservercentral.com/Forums/Topic648730-146-1.aspx</link><description>yeah, not directly configurable without turning on advanced options.i think this is what you are after:[code][font="Courier New"][size="2"][color="black"][/color][color="green"]--advanced options get enabled[/color][color="darkred"]sp_configure [/color][color="red"]'show advanced options'[/color][color="gray"], [/color][color="black"]1[/color][color="gray"]; [/color][color="black"]GO [/color][color="blue"]RECONFIGURE [/color][color="black"]GO [/color][color="green"]--'user connections' 0=unlimited, change to an integer value if you wanted, say 800 maximum[/color][color="darkred"]sp_configure [/color][color="red"]'user connections'[/color][color="gray"], [/color][color="black"]0 GO [/color][color="blue"]RECONFIGURE[/color][/size][/font][/code]</description><pubDate>Tue, 03 Feb 2009 06:20:27 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: Increasing User connections in SQL SERVER 2005</title><link>http://www.sqlservercentral.com/Forums/Topic648730-146-1.aspx</link><description>I worked on this optionn:sp_configure 'user connections', 800;GORECONFIGURE;GOBut, was throwing Msg 15123, Level 16, State 1, Procedure sp_configure, Line 51The configuration option 'user connections' does not exist, or it may be an advanced option.Any help...Regards,~Sridhar</description><pubDate>Tue, 03 Feb 2009 06:12:04 GMT</pubDate><dc:creator>sridhar.tondapi</dc:creator></item><item><title>Increasing User connections in SQL SERVER 2005</title><link>http://www.sqlservercentral.com/Forums/Topic648730-146-1.aspx</link><description>Gurus,  Im new to SQL Server, please let me know how could I Increase user connections in SQL Server 2005.Regards,~Sridhar</description><pubDate>Tue, 03 Feb 2009 05:23:22 GMT</pubDate><dc:creator>sridhar.tondapi</dc:creator></item></channel></rss>