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 tab
I found a hidden gem for auto upper/lower case formatting and indenting in SSMS that I will forever use. No more "New Query".
Rt-Click table name within Object Explorer | Edit Top 200 Rows | QueryDesigner menu option | Pane | SQL. Write or drop in some ugly, non formatted SQL. QueryDesigner | Verify SQL Syntax will UC reserved words and indent for you.