Options dialog: Plan tab

The Plan tab of the Options dialog in Interactive SQL has the following components:

Execution plan options    These options allow you to select the level of detail Interactive SQL provides about the way your query is optimized, select a plan type from the list of plan types. Plan information appears on the Plan tab in the Results pane.

Assume read-only cursor    Select this option if you want the query optimizer to treat the query as if it had been executed for a read-only cursor. By default, this option is not selected, indicating that the optimizer should get the plan for a read-write cursor.

For more information, see .

Assume cursor is    You can obtain a plan based on the type of cursor you specify. The query optimizer can assume the cursor is Asensitive, Insensitive, Sensitive, or Keyset-driven. The default is Asensitive.

For more information, see , , , , and .

Show UltraLite plan    Select this option if you want the UltraLite plan to appear on a separate tab in the Results pane in Interactive SQL.

You control the UltraLite plan type by selecting one of the types above (Graphical, Graphical Plan With Statistics, Short Plan, or Long Plan). This option is selected by default.

For more information, see , , and .

See also