SSMS Tips and Tricks 2-5: Screen and printing colors
SQL Server Management Studio (SSMS) is a highly configurable tool. One of the areas that’s often ignored but which can be quite important is color configuration.
SSMS color codes SQL scripts (and other types of files that it understands) as you type.
This is really useful but I’ve found on some systems that some of the color selections aren’t great. Here’s an example:
On many systems that I work with, depending upon the version, the color for sys.tables in the query above is quite a fluoro green and almost unreadable. The default from v21 onwards is much better but if you don’t like it, you can change it.
2025-06-10