Chat now with support
Chat with Support

SQL Optimizer for SAP ASE 3.9.1 - Installation Guide

Send SQL Statement to SQL Optimizer

Performance improvement could be obtained through the SQL Optimizer window by transforming the SQL syntax into equivalent statements with different query plans.

If you are in a module that has a SQL Text pane, you can send a SQL statement to the SQL Optimizer.

To send a SQL statement to the SQL Optimizer and automatically start the optimization process

  1. Select the SQL statement you want to optimize.

  2. Click Send to SQL Optimizer image\B_SendToSQLOptimizer.gif.

Supported SQL Statements

The SQL Optimizer only supports a single SELECT, SELECT INTO, INSERT, UPDATE or DELETE SQL statement.

Setting Database and User

When you optimize a SQL statement, create a temp table, or execute a SQL statement, you must have the right database selected and your logon must have access to the tables used in the SQL statement.

In the bottom left corner of the main window are find two drop-down lists: one for databases and the other for users. Select the appropriate database and user. This is equivalent to perform a USE and SETUSER commands.

SQL from the SQL Scanner

You receive the following warning message if your current database and user do not match the one previously used to retrieve the query plan of the SQL statement. Click Yes to have the database and user automatically changed for you and continue with the optimization process.

"Your current connection is not the same as the scanned SQL statement. Do you want to change the database to 'database_name' and user to 'username' now to continue with the optimization?

SQL in a Cursor

If the SQL statement is used within a cursor declaration the SQL for cursor checkbox is automatically selected.

SQL with Temporary Tables

If the SQL statement uses a temporary table and the SQL Scanner found the CREATE TABLE or SELECT INTO statement for creating the table, then the User-Defined Temp Table window is automatically opened and the DDL for creating and populating is entered ready for you to execute it.

 

Related Topic

Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating