Alignment
torsten.strauss
Posts: 271 Silver 3
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].
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].
Tagged:
Answers
I really appreciate your support but can you be a bit more precise on that...
Believe me, I tried to play with the formatting style before my post but I was not able to find a solution.
Thanks!
Torsten
Sorry to hear that the alignment seems to be wrong after updating.
Would it be possible to paste your expected versus actual examples in a code block on here?
We will then take those examples and try to reproduce them.
Best wishes,
Michael
Technical Lead, SQL Monitor