Question about SQL Monitor
purplesoup
Posts: 3 Bronze 1
If you run a query in SSMS and look at the execution plan it will suggest indexes the query would benefit from. Does SQL Monitor look at the queries running against a database and do something similar? Like could I just run some code I had written with SQL Monitor on and have it pick up any queries which could be optimised?
Tagged:
Comments
Are the warnings themselves written to a SQL table so I can query and filter them?
I guess the thing to do is download the trial version and see how I get on...
Indexes improving one query could slow down other operations. Be aware on adding indexes without testing thoroughly.
Also, depending on the database, not all software vendors support index tuning on their database. Future upgrades or changes could fail if you start fumbling around in the indexes.