Sql Server management studio 如何自动大写 [英] Sql Server management studio how to auto capitalize

查看:128
本文介绍了Sql Server management studio 如何自动大写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 SQL 2005/2008 management studio 中编写 sql 查询时,是否有任何免费的内置"方法可以将关键字"大写?

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

truncate table x

应自动更改为:

TRUNCATE TABLE x

推荐答案

只要您连接到 SQL 2008 数据库,2008 management studio 中的智能感知就会执行此操作.

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

您可以在工具/选项/文本编辑器/Transact-SQL/IntelliSense 下更改您喜欢的大小写

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

这篇关于Sql Server management studio 如何自动大写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆