codecorner.galanter.net
T-SQL: Automatically Upgrade NVARCHAR(N) field to NVARCHAR(MAX)
If you’re writing an SQL upgrade script that updates a field in your table from NVARCHAR(n) data type to NVARCHAR(max) and the script is designed to run many times – an easy way to avoi…