Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
santhu1912
Starting Member
1 Post |
Posted - 2013-10-08 : 03:16:33
|
We have a ssrs report, which has set timeout after 90 seconds in report. Report is giving timeout after 90 seconds, but sql query is running for 40 mints taken from ExecutionLog3. where as the Remote Query timeout is set to 10 mnts which is the default value.How come this is possible, the query is running 40mnts in database as remote query timeout is 10 mnts?please let me know asap. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2013-10-08 : 05:35:52
|
From Books Online description for Remote Query timeout This value applies to an outgoing connection initiated by the Database Engine as a remote query. This value has no effect on queries received by the Database EngineSee bold part for the reasonA typical example for remote query is query executed over linked server connection from the database------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|