Options

Alignment

Hi Redgate Team,

The following code is formatted like this
[code]
SELECT *
FROM
    dbo.test_statistics
WHERE
    col1 = 101
OPTION (QUERYTRACEON 9481 -- Redirects the output to SSMS
                   , QUERYTRACEON 3604, QUERYTRACEON 9204 -- Returns the Statistics that were used during Cardinality Estimation
       );
GO
[/code]

There is no way to adjust the alignment of the second line in the subquery.
Thanks for your support!

Torsten
MVP

Answers

Sign In or Register to comment.