The MSSQL_SERVER_STATEMENT_TIMEOUT statement specifies the timeout interval, in seconds, for processing a Transact-SQL statement issued by the PowerExchange Navigator, DTLUCBRG utility, or DTLURDMO utility to the Microsoft SQL Server Management Objects (SMO) interface.
After this interval elapses, processing of the Transact-SQL statement stops with error message PWX-15700. If you are receive PWX-15700 messages related to this error, use this statement to increase the timeout interval.
Windows
Microsoft SQL Server
MSSQL_SERVER_CONNECT_TIMEOUT
No
MSSQL_SERVER_STATEMENT_TIMEOUT={
seconds
|
60
}
For the
seconds
value, enter a number from 1 to 86400. Default is 60 seconds.