I notice this weird behavior where I change the column type from ntext to nvarchar(max) and in the INFORMATION_SCHEMA.COLUMNS the data_type remains ntext ...
Is there something i must execute for the metadata to be refreshed?
I'm on sql server 2005