Classification of syntax highlighting in sql server management studio?

If you can fill in the various types of things that each color represents, I would really appreciate it :)

Blue text = commands, variable types

Red text = lines

Green text = comments

Pink text = features?

Gray text = ???

+4
source share
1 answer

Gray are variables, fields and object names, pink is built-in functions and variables Blue are T-Sql sentences, commands

0
source

Source: https://habr.com/ru/post/1388308/


All Articles