Options

Alignment

edited November 6, 2017 8:17AM in SQL Prompt
Hi Redgate Team!

After the last update the alignment seems to be wrong.

SELECT_*
FROM___sys.fn_dblog (NULL, NULL)
WHERE
_________[Transaction ID] IN (SELECT [Transaction ID] FROM
sys.fn_dblog ('359:2429:26', '359:2429:26')
);
GO

I do not have any control about the alignment here anymore. Before the update there was no alignment for *, sys.fn_dblog and [Transaction ID].

Answers

Sign In or Register to comment.