Use either Interactive SQL or the GRAPHICAL_PLAN function to view graphical plans. The GRAPHICAL_PLAN function displays a graphical plan in XML format, as a string.
View a graphical plan (Interactive SQL)Start Interactive SQL and connect to the SQL Anywhere database.
Click Tools » Plan Viewer (or press Shift+F5).
Type a statement in the SQL pane.
Select a Statistics level, a Cursor type and an Update status.
Click Get Plan.
View a graphical plan (SQL)Connect to a database as a user with DBA authority.
Execute the GRAPHICAL_PLAN function.
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |