How do I suppress unneeded spaces around parentheses in an "INTO" clause?


I typed the table variable declaration.  When I started typing the INSERT INTO @List, SQLPrompt gave me the field list without spaces before or after the parentheses.  However, when I got to the "INTO dbo.DataActions", I get spaces around the open parenthesis and before the close parenthesis.  Is there a style setting that will suppress these spaces?
Tagged:

Answers

Sign In or Register to comment.