DEV Community

randysims
randysims

Posted on • Originally published at randallsims.wordpress.com on

SQL Server’s [N]VARCHAR(MAX) and How to Wield It

[N]VARCHAR(MAX) is a data type that was created to replace [N]TEXT. Depending on how many characters you store in this data type, it will react differently to its surroundings. It might be just what you needed or it might be your worst nightmare, so choose wisely. Here’s a run down on this data type. What … Continue reading SQL Server’s [N]VARCHAR(MAX) and How to Wield It

Latest comments (0)