Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

What's the significance of the color change in this picture? enter image description here

EDIT: I was referring to the yellow and green areas of the scroll bar.

like image 782
wootscootinboogie Avatar asked Oct 24 '12 18:10

wootscootinboogie


1 Answers

Blue  - SQL keywords - query specification components
Pink  - Functions
Grey  - SQL predicates
Black - 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 saved
Green  - Changed lines have already been saved
like image 51
Oded Avatar answered Oct 08 '22 10:10

Oded