SQL - Thousands Separator

Show large numbers with thousands separators:

Instead of 123456789, 123,456,789

SELECT FORMAT(@start,'#,0')