What do the different colored bars in the query editor menu mean in SSMS? What do the different colored bars in the query editor menu mean in SSMS? sql-server sql-server

What do the different colored bars in the query editor menu mean in SSMS?


Blue  - SQL keywords - query specification componentsPink  - FunctionsGrey  - SQL predicatesBlack - table/column names/aliases

The colored bars on the left, next to the line numbers, appear next to lines that have been changed since opening the file:

Yellow - Changed lines that have not been savedGreen  - Changed lines have already been saved