BLOG|AUTHOR: STEVE HILKER

Listing Page

Quest Software hero - {archive_type} Listing Page
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...

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...

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...

Creating Stored Procedures
Creating Stored Procedures

Creating Stored Procedures

DB2 allows stored procedures to be developed in a variety of ways. Stored Procedures can be based on a programming language such as C, C++, Java, or SQL PL. Stored Procedure creation and registration ...

SQL PL Stored Procedures
SQL PL Stored Procedures

SQL PL Stored Procedures

Stored procedures can be written in a variety of languages, including C, C++, Java, and SQL PL. SQL PL is a language specifically designed for DB2 and offers a rich set of features that can make it su...

Toad for Oracle – GUI Q&A
Toad for Oracle – GUI Q&A

Toad for Oracle – GUI Q&A

Q: How do I change my connection color? A: In Toad for Oracle 11: Click on a connection in the log-in window. Scroll over to the Color column. Click within that field to access the list of colors. ...

Inspect SGA
Inspect SGA

Inspect SGA

Inspect SGA retrieves executed SQL statements from Oracle’s System Global Area or currently running SQL statements from Oracle’s open cursor. Once you retrieve the statements, Inspect SGA displays the...