问题
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.
来源:https://stackoverflow.com/questions/28745051/ssms-when-selecting-a-string-in-script-highlight-same-literals