|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using DTA to tune queries with placeholdersHi All
I have a plenty of queries, whitch look like these: SELECT A.USERS,A.RECID FROM RUNTABLE A WHERE RUNID=? Instead of actual parameter value they have a '?' sign Is there any possibility to tune such queries in Database Tuning Advisor Engine? or to display an execution plan? DTA relies on a valid plan from the server.If the server doesnt return
any plan for your statement in question, then DTA cannot tune it HTH Manoj trud wrote: Show quote > Hi All > I have a plenty of queries, whitch look like these: > > SELECT A.USERS,A.RECID FROM RUNTABLE A WHERE RUNID=? > > Instead of actual parameter value they have a '?' sign > > Is there any possibility to tune such queries in Database Tuning Advisor > Engine? or to display an execution plan? |
|||||||||||||||||||||||