Learn more about Toad for SQL Server
at Quest.com

Find solutions and downloads at the
Toad for SQL Server Support Portal

< To bookmark a page, right-click the Page Title and select Add to Favorites / Bookmark This Page

Toad for SQL Server 5.7

You are here: Configure Options > Database > Timeout

Timeout Options

This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.

To set timeout options

  1. Click | Options (ALT+T+O) and select Database | Timeouts.

  2. Review the following for additional information:

    Execution timeout

    Enter the number of seconds to wait for a SQL statement to execute before timing out.

    Default: 0 (wait indefinitely)

    Connection timeout

    Enter the number of seconds to wait when connecting before the operation times out.

    Default: 15 seconds

    Lock timeout

    Enter the number of seconds to wait before releasing an open query.

    Default: 1200 seconds (20 min)

    Open transaction timeout

    Enter the number of seconds to wait before releasing an open transaction.

    Default: 5400 seconds (90 min)

    Instance search timeout

    Enter the number of seconds to search for a server instance on the network before the operation times out.

    Default: 60 seconds

    Idle connection timeout

    Enter the number of seconds to wait when a connection is idle before releasing the connection.

    Default: 0 (wait indefinitely)

Tips: