Sql Server management studio how to auto capitalize

后端 未结 4 457
余生分开走
余生分开走 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:45

    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

提交回复
热议问题