Question

Does anyone know if there's an add-in that does autocomplete for queries on SQL Management Studio?

Was it helpful?

Solution

Take a look at Red Gate's SQL Prompt.

OTHER TIPS

You can also try Devart's free SQL Complete.

http://www.devart.com/dbforge/sql/sqlcomplete/

And SQL Server 2008 has autocomplete/IntelliSense built in.

ApexSQL Complete

have a new version and is a completely free. Also if you need add-ins for refactoring your code you have, also free, ApexSQL Refactor which will be improved with next release.

It's not Management Studio, but Toad has a freeware version with autocomplete.

As previously pointed out, IntelliSense does not work in SSMS 2008 R2 if Visual Studio 2010 SP1 is installed.

I can confirm that upgrading to SQL Server 2008 R2 SP2 fixed the problem for me. IntelliSense now works in SSMS 2008 R2. Hooray!

Lately ApexSQL Complete has improved a lot - and it is free.

Not everybody likes it, but I am quite a fan.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top