Sql Server management studio how to auto capitalize

后端 未结 4 461
余生分开走
余生分开走 2021-01-01 23:19

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         


        
4条回答
  •  悲&欢浪女
    2021-01-01 23:23

    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.

提交回复
热议问题