Comments
Sort by recent activity
In the query below, when I start a new line after the table name, it automatically indents the next line at the same level as the line above it. I really want to disable this indenting behavior so that the new line is always back at column 1 of the new line. select Vendor_Code
from dbo.Vendor
where
Thanks,
Kevin / comments
In the query below, when I start a new line after the table name, it automatically indents the next line at the same level as the line above it. I really want to disable this indenting behavior so...
I'm getting the same behavior, randomly. It goes away of I restart the application. / comments
I'm getting the same behavior, randomly. It goes away of I restart the application.