|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
There is a configuration setting for remote query timeout thats set at 600
seconds in SQL Server. My question is as a result of this setting, every query will abort if running for more than 600 seconds. I want to say that it is not the case and if so, what specific types of queries will hit this 600 sec timeout Thanks |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> if so, what specific types of queries will hit this 600 sec timeout
For instance, when you make the following remote stored procedure call: EXEC NYSQLD02.pubs.spJunk -- where NYSQLD02 is a remote SQL instance Linchi "Jack" wrote: > There is a configuration setting for remote query timeout thats set at 600 > seconds in SQL Server. > > My question is as a result of this setting, every query will abort if > running for more than 600 seconds. I want to say that it is not the case and > if so, what specific types of queries will hit this 600 sec timeout > > Thanks > > |
|
![]() |
| Outils de la discussion | |
|
|