views:

345

answers:

1

I am currently trying out visual studio to access sql server databases instead of using SQL Server Management Studio.

It was a good surprise how easy it is to setup and use a connection do a database and for the moment it has a positive impact on my productivity.

My question is: Is there an addon (or something i can do) to enable intelisense on SQL Queries?

+2  A: 

Red Gate SQL Prompt integrates into VS 2008, but it costs money...

Edit: Are there Free SQL Server Mgmt Studio Autocomplete Add-ins? This may not work in VS though...

gbn
That one would work +1 :) I would prefer a free addon even if it didnt had all those funcions
Sergio