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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -