Community

Using Bind Variables on SQL Server or Oracle

(Peter Tran) I often have to analyze SQLs that uses bind variables to determine the execution plan used by the database engine. When given the actual literal SQLs, the optimizer engine has more information and may use a different (sometime more optimal) execution plan.

Read More - Register for Free Membership