-->

SSMS: When selecting a string in script highlight

2020-08-09 11:09发布

问题:

In Visual Studio when I select any literal it will highlight all the occurrences of the same literal. Is there a similar functionality in SQL Server Management Studio.

Say I have My_Temp_Table in my script. When selecting the literal "My_Temp_Table" I would like SSMS to highlight every instance of the "My_Temp_Table" string in my script.

回答1:

No, there's no such feature on SSMS.

I tried to look for the same feature as well. CTRL + F is our only good options to look for the same name literals.



标签: ssms