Pan*_*cus 41 ide whitespace ssms sql-server-2005
我在Visual Studio 2008中启用了它,但我真的想在SQL Server Management Studio 2005 Express中启用此功能.有谁知道它可能吗?也许在以后的版本?
编辑:对不起,我的意思是在文本/查询编辑器中.
And*_*dir 51
如果你仍然需要知道如何做到这一点.
编辑注册表项HKEY_CURRENT_USER:
Software\Microsoft\Microsoft SQL Server\xx\Tools\Shell\Text Editor\Visible Whitespace
Run Code Online (Sandbox Code Playgroud)
其中xx是你的版本(90是2005年,100是2008)
并将其设置为1以显示.或者对于SQL Server 2012及其客户端工具,它也在HKCU:
Software\Microsoft\Microsoft\SQL Server Management Studio\v\Text Editor\Visible Whitespace
Run Code Online (Sandbox Code Playgroud)
SQL Server 2012 中的v是11.0在SQL Server 2014中的12.0.
Dan*_*röm 28
尝试做Ctrl键R,按Ctrl w ^.
这是Edit.ViewWhiteSpace命令(您可以在工具>选项>键盘中看到此命令)并应分配给该键盘组合.
这对我来说与Server Management Studio 11.0.2100.60一起使用.