But I could not find an option to format this SQL in single line, like this:
It always does this when I select Format Document (or Ctrl-K, Ctrl-D):DECLARE @Members TABLE(MemberNo VARCHAR(15))
Is there any way this could be formatted as single line ??DECLARE @Members TABLE(
MemberNo VARCHAR(15))
Thanks.