JtheRipper
IS-IT--Management
Hi there,
I would like some clarification on the timeout properties that can be set in SQL Server.
Some background first:
Some applications are experiencing Timeout errors on some of out SQL Servers. The error is:
Connection failed
SQLState: 'S1T00'
SQL Server Error: 0
[Microsoft][ODBC SQL Server driver]Timeout experienced
As far as I know you have 3 places where you can set these timeout properties:
1. sp_configure
2. In EM, right click a server, properties and connections
3. Open EM, Tools, Options, Advanced.
I would like to know which one of the 3, if any, (if there are more I just do not know of them ) I have to go and play with in order to try and solve my problem. From what I can see the sp_configure does not have anything to do with option 3 mentioned above because my remote login timeout is set to 300, but when I use option3 I see Login-timeout is set to 4.
Does Option3 only cater for logins locally and sp_configure for remote logins?
Can I change the settings in Option3 from a remote pc with EM installed?
Any info will be greatly appreciated.
Thanks,
J.
I would like some clarification on the timeout properties that can be set in SQL Server.
Some background first:
Some applications are experiencing Timeout errors on some of out SQL Servers. The error is:
Connection failed
SQLState: 'S1T00'
SQL Server Error: 0
[Microsoft][ODBC SQL Server driver]Timeout experienced
As far as I know you have 3 places where you can set these timeout properties:
1. sp_configure
2. In EM, right click a server, properties and connections
3. Open EM, Tools, Options, Advanced.
I would like to know which one of the 3, if any, (if there are more I just do not know of them ) I have to go and play with in order to try and solve my problem. From what I can see the sp_configure does not have anything to do with option 3 mentioned above because my remote login timeout is set to 300, but when I use option3 I see Login-timeout is set to 4.
Does Option3 only cater for logins locally and sp_configure for remote logins?
Can I change the settings in Option3 from a remote pc with EM installed?
Any info will be greatly appreciated.
Thanks,
J.