In SQL Server 2005, are there any disadvantages to making all character fields nvarchar(MAX) rather than specifying a length explicitly, e.g. nvarchar(255)? (Apart from the obvious one that you aren’t able to limit the field length at the database level)
In SQL Server 2005, are there any disadvantages to making all character fields nvarchar(MAX)
Share
Same question was asked on MSDN Forums:
From the original post (much more information there):