vote up 0 vote down star

Is there any FREE "build-in" way to capitalize the "keywords" in the SQL 2005/2008 management studio when you write a sql query?

i.e truncate table x should be automatically changed to: TRUNCATE TABLE x

flag

50% accept rate

3 Answers

vote up 1 vote down check

This thread will help: http://stackoverflow.com/questions/401928/sql-formatter-for-sql-management-studio#401978

Not free, but cheap.

link|flag
vote up 3 vote down

There is no built in 'intellisense' in SQL Server 2005 (there is in 2008) but Redgate do an add-in for exactly this and more. It will auto-complete table names, columns, add square brackets, re-format stored procs etc, and it works well:

http://www.red-gate.com/products/SQL_Refactor/index.htm

link|flag
I love RedGate software. SQL Prompt and Refactor are some of my most heavily used tools. – TheTXI Jan 7 at 20:12
vote up 1 vote down

the intellisense in the 2008 management studio will do this as well as long as you are connected to a SQL 2008 database.

You can change the case you prefer to upper or lower under Tools / Options / Text Editor / Transact-SQL / IntelliSense

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.