Activity overview
Latest activity by Chris Williamson
Multiple OUTPUT statements not supported by SQL Prompt 6.1
SQL 2008 SP3+ and above (and probably below) supports multiple OUTPUT statements, as long as the first one is OUTPUT INTO and the second is OUTPUT...
These statements are nice to allow OUTPUT INTO ...
IF ... ELSE IF stairstepping...
IF ... ELSE IF statements are indented, which is technically accurate, but not conducive to code flow. It would be nice if the IF was placed on the same line as the ELSE and the following line not ...
OVER () formatting
When formatting TSQL with a n OVER() statement, the following line is aligned with the () rather than to the left...
An arbitrary example. You'll need to view in fixed width font (ssms) to see alig...