Activity overview
Latest activity by dwilliamson
I was using version 7.3.0.473, but just issue was recreated with Version 7.3.0.474. I'll send the style file over ASAP. / comments
I was using version 7.3.0.473, but just issue was recreated with Version 7.3.0.474. I'll send the style file over ASAP.
SQL Format is invalidating JOIN statements
Running Format SQL is invalidating a previously valid statement. So far I've only encountered this on when joining tables.
Example scenario:
Setting up a sample table
DECLARE @TestTable TABLE
(
...