I have a list of tables where i have to change VARCHAR datatype of all columns no NVARCHAR datatype.
While changing to NVARCHAR i should get all those not null and null columns. It should change the size of columns having >4000 to NVARCHAR(MAX) and want to change the size of primary key columns to 448 when converted to NVARCHAR.The primary key columns cause problem while converted to NVARCHAR when the size is above 448 due to index errors