SQL TUNING TASK
Dear Experts,
Developers run some heavy sql query in productive database.
For example:
Select …. from table1 where table1.name=parameter1
sql tuning advisor recommended me to accept some sql profile (for example <profile1>) to improve performance of the query.
Actually my question is:
When I pass paramete2(paramete3, paramete4 and so on…) instead of parameter 1, do I have to accept another sql profile? Or <profile1> is still usable?
Thanks in advance.