There was recently an update to SQL Server 2016 where keywords are automatically capitalized. While this is certainly convenient, I enjoy the freedom to capitalize words as I please (i.e. I don't always want keywords capitalized). Does anyone know how to disable this?
Asked
Active
Viewed 1,869 times
2 Answers
2
You can change the case you prefer to upper or lower under Tools / Options / Text Editor / Transact-SQL / IntelliSense

mezghani.mehdi
- 21
- 2
-
1I tried that and it didn't do anything for the keywords. Also didn't seem to have any effect on function names :( – user30625 Feb 20 '17 at 15:05
0
if the build is not working for you,try going back to an earlier one
(uninstall the last update)

mezghani.mehdi
- 21
- 2