Skip to content

Align numeric values in the grid result to the right

Alex Bochkov edited this page Feb 8, 2025 · 2 revisions

One of those small frustrating features in SSMS is that numbers are left-aligned, making them harder to read.

Data types aligned right: tinyint, smallint, int, bigint, money, decimal, numeric.

Default behavior:

default-alignment

Altered behavior:

align-to-the-right