Using Hints in SQLs versus Using Outlines
Posted on: 12/23/2006 @ 03:26PM
By: Navdeep Saini
Many times as DBAs or sometimes developer we need to fix a performance issue and mostly the fix is adding hint/s to the sql.
There are two options to put a hint:
1. Put the hint in the sql itself and redeploy the code (works well if it is custom code).
2. Create an outline with hint for [...]
http://practicalappsdba.wordpress.com/2006/12/23/hints/
http://practicalappsdba.wordpress.com/2006/12/23/hints/



Comments (Add)
hints in sqls vs outlines
this is great for someone starting out