SSMS Plugin that analyzes the database
Sanjiv
Posts: 7 New member
in SQL Prompt
Hi,
It's been a couple of years that I used Red Gate. I remember there was a RedGate tool that was a SSMS plugin that did an analysis of the database and reported issues on table fields types, missing indexes on foreign keys and a bunch of other suggestions. I just can't locate this tool anymore.
Does anyone know which tool I'm referring to?
Thanks
It's been a couple of years that I used Red Gate. I remember there was a RedGate tool that was a SSMS plugin that did an analysis of the database and reported issues on table fields types, missing indexes on foreign keys and a bunch of other suggestions. I just can't locate this tool anymore.
Does anyone know which tool I'm referring to?
Thanks
Tagged:
Answers
do you mean "Find Invalid Objects" ? -> You'll get it with an right click on the database and in the contextmenu click on "Find Invalid Objects".
Jürgen
It sounds like you might be referring to SQL Prompts SQL Code Analysis function:
https://documentation.red-gate.com/sp/sql-code-analysis
It might have been this tool however the tool used to have an option to run all it's analyis on the entire database and come back with a list of recommendations. I don't see an option to run the analysis across the database. https://share.cleanshot.com/nnWLP1MP It seems more like prompting for hints and suggestions as you trying SQL in the SQL Editor.
Any suggestions? For example which action can I take to scan the entire database and report on missing keys on Foreign Keys among other things?
Thanks,
Sanjiv
https://share.cleanshot.com/DqhL0jR7
https://documentation.red-gate.com/sp/sql-refactoring/refactoring-an-object-or-batch/finding-invalid-objects#:~:text=In the Object Explorer, right,script in the lower pane.