August 4, 2010 at 8:09 pm
Sorry for the extremely elementary question but:
I'm rather a newbie with SQL Server and am trying out SQL Express 2008 R2.
I have the option selected for Built-in Function names to be capitalize (under Options --> Transact-SQL --> Intellisense) but it doesn't seem to have an affect.
Is there a way to have keywords like 'SELECT' be automatically capitalized in the editor in SQL Express, or is that functionality non existent?
August 4, 2010 at 11:42 pm
Michael.D (8/4/2010)
Sorry for the extremely elementary question but:I'm rather a newbie with SQL Server and am trying out SQL Express 2008 R2.
I have the option selected for Built-in Function names to be capitalize (under Options --> Transact-SQL --> Intellisense) but it doesn't seem to have an affect.
Is there a way to have keywords like 'SELECT' be automatically capitalized in the editor in SQL Express, or is that functionality non existent?
No... no such option. Sorry. There are some 3rd party solutions and some are free. Me? I've gotten really good on the shift key with my left pinky. 😀 Not being sarcastic either... it just takes a little practice and pretty soon you won't even notice your doing it.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2010 at 5:14 pm
Thanks, Jeff.
That's what I figured.
Out of curiosity, does it work as advertised in say, the Developer or Enterprise editions?
What a stupid little nicety to disable in the free version. Hell, even QBASIC would format your code for you.
-Michael.
August 5, 2010 at 7:29 pm
Michael.D (8/5/2010)
Thanks, Jeff.That's what I figured.
Out of curiosity, does it work as advertised in say, the Developer or Enterprise editions?
What a stupid little nicety to disable in the free version. Hell, even QBASIC would format your code for you.
-Michael.
No... there's no formatting of the code even in the Enterprise edition except when you gen the code for a table... and I had the way that was done.
SSMS is mostly totally freeform. I actually like it that way because I tend to format things totally differently than anyone else. Shoot... I don't even like Intellisense... it gets in the way.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 5, 2010 at 8:10 pm
You might want to try www.ssmstoolspack.com
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply