BLOG|TAG: WIKI

Listing Page

Quest Software hero - {archive_type} Listing Page
Scan SQL
Scan SQL

Scan SQL

Scan SQL helps you identify problematic SQL statements in your database environment by automatically extracting statements embedded in database objects, stored in application source code and binary fi...

Why Run Times Vary
Why Run Times Vary

Why Run Times Vary

This tip covers why the run time of a SQL statement may vary from one execution to the next. When you execute a SQL statement several times in Quest SQL Optimizer, you may notice that the run time wi...

Table Join Syntax
Table Join Syntax

Table Join Syntax

This tip covers how to specify the table join syntax which is used when SQL alternatives are generated. When the syntax for SQL statements was originally developed, the conditions of joining tables w...

Rearranging the Driving Path
Rearranging the Driving Path

Rearranging the Driving Path

This tip covers the importance of finding the best “driving path” for retrieving rows from the database. We’ll use a simple illustration of a Nested Loop operation that retrieves data accessing 2 tab...