|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
session timeouts?hi
i'm new to sql server. i'm finding that when a connection sql server is idle for sometime, it gets disconnected ??? is there a session timeout for sql server connections? what's the default value for this? currently, i'm refreshing the connection every 100 seconds with a meaningless query, which seems to work pretty goood. riyaz Hi
SQL Server from it self does not close down connections based on a timeout. Either your firewalls/routers are closing ports after a period of inactivity, or if you are a web application, the session is timing out. Regards -------------------------------- Mike Epprecht, Microsoft SQL Server MVP Zurich, Switzerland IM: m***@epprecht.net MVP Program: http://www.microsoft.com/mvp Blog: http://www.msmvps.com/epprecht/ <rman***@gmail.com> wrote in message Show quote news:1134765946.171747.156120@o13g2000cwo.googlegroups.com... > > hi > > i'm new to sql server. > > i'm finding that when a connection sql server is idle for sometime, it > gets disconnected ??? is there a session timeout for sql server > connections? what's the default value for this? > > currently, i'm refreshing the connection every 100 seconds with a > meaningless query, which seems to work pretty goood. > > riyaz > |
|||||||||||||||||||||||