Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Thanks in advance,

Can some one tell me please how to hide the auto formatting in SQL server Query Editor
i.e; if i am writing
select ID from Table
then in spaces its putting
. by default and shows like select.ID..from.Table
Posted

1 solution

If you are referring to the Management Studio then it should be the following and select items under it...

Tools -> Options -> Environment -> Fonts and Colors
-> Text Editor -> (select item) Display items: -> Visible White Space


Hitting the "Use Defaults" button should revert everything.
 
Share this answer
 
v2
Comments
εїзεїзεїз 27-Dec-12 7:50am    
Thanks for the post , i wish i could post the image. Its the default Management Studio formatting , i did not do any formatting. its the dotin green and arrows which are coming in spaces which i want to hide.
jschell 27-Dec-12 14:46pm    
Then you should be able to use the above to explicitly hide them (so set it rather that using 'Use Defaults')

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900