top of page

How to disable current line highlight in SQL Server Management Studio(SSMS)?

SQL Server Management Studio (SSMS) highlights the current line with a rectangle box, as shown below.


SSMS Highlight Current Line

It becomes annoying for me while taking the screenshot. Therefore, I want to disable the current line highlight in SSMS.

How do I disable it? Well, you can navigate to Tools-> Options -> Text Editor and remove a check from the Highlight Current Line.

Uncheck SSMS highlight line

Click Ok, and it removes the line highlight without restarting the SSMS.

View T-SQL without highlighting a line

75 views0 comments
bottom of page