Main Interactive SQL window description

Interactive SQL (dbisql) has the following panes:

NoteWhen you execute queries, Interactive SQL also displays a SQL Anywhere query plan in the Plan pane. You can ignore the plan for queries against the IQ store and use the IQ query plan in the .iqmsg file or the HTML query plan.

Authorized users can also display, save, and print query plans from dbisql instead of accessing the .iqmsg file or query plan files on the server. Using the SQL functions GRAPHICAL_PLAN and HTML_PLAN, you can retrieve IQ query plans in XML and HTML format, respectively, as a string result set.

See “Planning queries” and “Using query plans” in Performance and Tuning Guide.