Visual Studio: How can I disable the blue blocks surrounding my blocks of SQL? -
recently had install visual studio on new machine , when open sql scripts editor placing these blue lines around blocks of code. when mouse hovers on these lines, text appears stating:
this block of sql text. can modify block query builder choosing 'design sql block' shortcut menu.
finding nuisance , can't seem find way disable it.
in vs2005...
tools -> options -> database tools -> general ... uncheck "enable dml markers". you'll need close , reopen sql scripts have open have dml markers
Comments
Post a Comment