6Feb/120
SQL Complete – Auto completer for SQL Server
For those of you who use Microsoft SQL Server Management Studio - this is a must!
I've always had problems where I keep forgetting what the column names of tables are when I'm writing out SQL. Most cases I've just done a quick sp_help against the table.
sp_help tblUsers
You can even highlight the table name and hit Alt + F1 and this will execute sp_help against the highlighted text.
Gone are those days, since SQL Complete does it all for you. There is a Express (Free) & Standard (Paid) version. You can compare the features, but I recommend getting the paid version if you're a heavy SQL user.

Check it out here: http://www.devart.com/dbforge/sql/sqlcomplete/
No related posts.
