SQL Prompt (Intellisense for SQL tools) free until September 1

Red Gate Software has made their SQL Prompt software, which adds Intellisense code completion to SQL queries, available for free download until September 1. The free download version is not timebombed or limited in any way.

From the Product information page:

SQL Prompt simply sits behind the scenes and provides unobtrusive help when you press Ctrl-Space or when you type "." after a table/view/alias name.

Features include :

  • Table/View name completion
  • Column name completion
  • Stored procedure name completion
  • USE completion
  • JOIN/JOIN ON completion
  • Auto-uppercasing of keywords
  • Auto-popup after keywords

SQL Prompt works with Microsoft Query Analyzer, SQL Server 2005 Management Studio, Visual Studio 2005, Visual Studio .NET 2003, SQL Server 2000 Enterprise Manager, UltraEdit32.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

While this is really cool

I will be swearing at this in 6 months when I need to write some queries, and I don't have intellisense available. :)

Very cool.

Very cool

This is pretty sweet. Now let's see how much it gets in my way!!!

Keith

Minor annoyance

The only annoyance I've discovered with it so far is that it has its own authentication dialog, rather than picking up the authentication from your current session, and it's pretty minor indeed.

Otherwise it performs well and has some nice options for autoformatting (automatic uppercasing of keywords, automatic bracket-quoting of table/column names, automatic picking up on foreign keys for use in join statements, etc).