By default, nvarchar(MAX) values are stored the same way as nvarchar(4000) values would be. In case the actual length exceed 4000 characters then and only then is the in-row data replaced by a pointer pointing to the location of the the entire data to be stored.
↧