• yeah, if you have NVARCHAR instead of VARCHAR, you have UNICODE.

    read: http://ardalis.com/detect-unicode-usage-in-sql-column

    so... it's a matter of if you need unicode character support, you need NVARCHAR -- but, if you don't need it... you save space.

    Jim D.