Comments
4 comments
-
SQL Prompt Version 9.4.6.7396
-
Same with this one.
I take it you want the 'querytraceon' line lined up with the above bracket?
-
You are right Russell , querytraceon should be aligned with the one above.
It seems the issue is maybe caused by tge comments ...
Thanks for looking into this -
@torsten.strauss
You are right, this is unfortunately not possible to do with Prompt at the moment. I couldn't find any similar suggestion on our user voice forum. Can you kindly post it there? https://redgate.uservoice.com/forums/94413-sql-prompt
Thanks!
Add comment
Please sign in to leave a comment.
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
Torsten