sql tuning advisor does not recommend stats gather but Sqlt does.
I have observed that sometimes when i run a manual sql tuning advisor for a specific sql....sql tuning advisor does not suggest any stats gather but rather gives an alternate plan.
But when Sqlt is run ...it finds that plan may improve if considered stats gather with a higher percentage of estimate percent on specific tables in the query.
Ques:
Which methodology is better ..gather stats first and run sqltuning advisor to generate a better plan....or directly run sql tuning advisor and accept the plan with high benefit %.