In the Management Studio table designer, my table is nvarchar(MAX), but in sp_columns, it says TYPE_NAME = ntext and DATA_TYPE = -10.
Which is correct? (I want to avoid ntext for future compatibility)
In the Management Studio table designer, my table is nvarchar(MAX), but in sp_columns, it says TYPE_NAME = ntext and DATA_TYPE = -10.
Which is correct? (I want to avoid ntext for future compatibility)