I have table with the columns of type ntext.And for some peculiar reasons, client want to migrate the column type to NVARCHAR(MAX).
While doing so , what all potential threat should i be careful about?
Is there any possibility of data loss for the NVARCHAR(MAX) limitations?