Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As you add SQL statements to the job on the Overview tab of the tuner, tuning-supported DML statements (SELECT, INSERT, DELETE, and UPDATE as well as MERGE on SQL Server 2008 and above) are parsed from the statements and added to the Overview tab in preparation for the tuning function execution.

Each tuning source statement is listed by Name, Schema, Text, Tables and Views. For SQL Server, there is also a Catalog column. Additionally Additionally, each statement will have Time and Analysis values that approximate how efficiently they execute on the specified data source.

...

  1. Ensure you have registered and selected a data source. For more information, see Register data sources and Specify a Data Sourcedata source.
  2. Ensure you are connected to the database by double clicking the database name in the Data Source Explorer.
  3. Click the tuning icon on the toolbar, or click File > New > Tuning Job.
  4. On the Overview tab, specify the SQL you want to tune:
    • Modify the number of times to execute each statement in the Execute each generated case field at the top right of the tuner, as needed.
  5. Click the execution button [ ] on the right side of the case generation field.
  6. The tuning job runs, exacting and analyzing each statement and providing values in the appropriate columns.

...