Posts
Sort by recent activity
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
(
...