SQL Server Management Studio - Intellisense

Intellisense seems quite fragile in SSMS depending on what else is installed on the same machine (Visual Studio, Database service packs, etc.)

There is a plugin available that adds Intellisense features in a robust way to SSMS:

SQL Complete
FREE plugin for SSMS, to add intellisense:
http://www.devart.com/dbforge/sql/sqlcomplete/

SQL ThreeO
also a FREE plugin for SSMS to organise + instant search your SQL objects:
note: unfortunately the quick search window did not seem to work for me (CTRL+T).
perhaps this was due to SQL Complete already being installed ? OR else the keyboard shortcut is already taken.
http://www.sqltreeo.com/wp/

SQL Search
a FREE plugin for SSMS to provide instant search of all SQL objects in the database:
note: the documentation mentions a menu, but instead there is a button with red text labelled SQL Search.
http://www.red-gate.com/products/sql-development/sql-search/

Comments