﻿<?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  / Can we set session timout period 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>Thu, 20 Jun 2013 04:40:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Can we set session timout period Server 2005.?</title><link>http://www.sqlservercentral.com/Forums/Topic896682-146-1.aspx</link><description>2008 does offer the query governor as a mechanism for preventing long-running queries. You can also set a a remote server connection timeout setting for the server, however, this is specific to outgoing connections from the server, not queries coming in.Other than that, connections, as stated above, and timeouts are maintained by the client.</description><pubDate>Mon, 05 Apr 2010 07:53:26 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>RE: Can we set session timout period Server 2005.?</title><link>http://www.sqlservercentral.com/Forums/Topic896682-146-1.aspx</link><description>From the SQL Server side, there is no "Session timeout" setting.  If you need to do it from the server side, the proc described here:  http://www.sqlservercentral.com/articles/Administration/sweepuptheslackers/158/ is a good way to clean up idle sessions that remain connected.</description><pubDate>Mon, 05 Apr 2010 07:45:54 GMT</pubDate><dc:creator>NJ-DBA</dc:creator></item><item><title>RE: Can we set session timout period Server 2005.?</title><link>http://www.sqlservercentral.com/Forums/Topic896682-146-1.aspx</link><description>Joy i believe that is a function of the application that is doing the connecting...for example SSMS will wait forever, whereas any application that is creating an instnace of a SQLConnection gets a default timeout of 30 seconds; there is a parameter ont he SQLCommand to change the timeout.Since the application decides how long it will wait for SQL to respond, I don't think you'll find a server side setting for it.</description><pubDate>Mon, 05 Apr 2010 07:38:48 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>Can we set session timout period Server 2005.?</title><link>http://www.sqlservercentral.com/Forums/Topic896682-146-1.aspx</link><description>Dear All,Can we set ssion timout period Server 2005.? (Like in Asp.dot etc,..)Thanks.</description><pubDate>Mon, 05 Apr 2010 07:20:20 GMT</pubDate><dc:creator>Joy Smith San</dc:creator></item></channel></rss>