SSMS Tips and Tricks 3-17: Intellisense casing for function names
When I write T-SQL, my standard is to use upper-case names for built-in system functions. But not everyone likes that.
I’ve done a lot of work on systems where all these names are lower-case. I don’t have any great objection to that, but it’s painful if Intellisense keeps making them upper-case.
But there is a solution. In Text Editor, Transact-SQL, then Intellisense, there is an option for this:

SSMS Tips and Tricks Free eBook
Want to become a wizard on using SSMS? My free eBook covers so many tips and tricks, including this one. You’ll find it, and many other free resources from us, here: https://sqldownunder.com/freestuff/
2025-10-28