I was reading an article on MSSQL recently and it was pointing out that ntext was depreciated in SQL Server 2005 and replaced with nvarchar.
Is there a reason why the more recent versions of the db create/install script do not create nvarchar or convert ntext to nvarchar?
I find myself doing a lot of casting on the ntext fields and I didn't know what benefits ntext had over nvarchar, if any.
Chaz.