Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL query optimzer

Status
Not open for further replies.

BTrees

IS-IT--Management
Aug 12, 2006
45
CA
Hi All,

I am looking for some sql query optimizer tool , which can suggest improvements (indexes, joins, etc) and point out week areas in term of performance and like that.
I am using sqlserver 2016. Is there any free tool? Or I can take advantage of ssms. Any help?

Thanks
 
The Tuning advisor does that based on workload traces you record with SQL Server Profiler. The set of tools MS provides is quite complete.
I don't think there is something better for free, but redgates toolbelt is known to put everything a on major league up, including tuning.
But first use what you already have at hand.

You can profile even with the Express edition, the tuning advisor only is available with the Enterprise edition, but also with the Developer edition, as that's equal to the Enterprise edition.

Bye, Olaf.

Olaf Doschke Software Engineering
 
Thanks Olaf, useful for me indeed.
 
If you don't mind paying for it, TOAD is also a very good multiplatform SQL tool. TOAD, which originally stood for The Oracle Application Developer, has plug-ins for the various major databases, including SQL Server. And the company that owns TOAD bought a company called Lecco Tech several years ago, and Lecco had a great SQL optimizer, which has since been incorporated in TOAD. But, as Olaf mentioned, Free is Free, and TOAD is not.

==================================
advanced cognitive capabilities and other marketing buzzwords explained with sarcastic simplicity


 
You are aware of being able to view the execution plan from Enterprise manager right?
 
Yes Salty, I am aware. Its hard to understand. Developing my skills in it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top