SSMS: When selecting a string in script highlight same literals

六月ゝ 毕业季﹏ 提交于 2019-12-06 18:29:34

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!