Could anyone explain the implications of storing strings into a column that is defined as nvarchar(max) instead of defining the length of say nvarchar(500)? The table would contain multiple fields and could have the potential of containing 10million+ records. These fields would also not be indexed.
Thanks!