Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SET SQL Reserved words in CAPITAL automatically

Author  Topic 

malik_1700
Starting Member

14 Posts

Posted - 2008-11-14 : 00:43:40
In query analyzer,is there any way to automatically change or write SQL RESERVED WORDS in CAPITAl form like

SELECT *
FROM tablename

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-14 : 00:53:41
nope. no automatical way. you can use short keys ctrl+shift+ u to turn words to upper case by highlighting them.
Go to Top of Page
   

- Advertisement -