I am wondering if there is any disadvantage on defining a column of type nvarchar(max) instead of giving it a (smaller) maximum size.
I read somewhere that if the co
Choosing nvarchar(max) also can affect the execution plan optimizations that are adapted automatically by the sql server engine.