Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
Microsoft SQL
-
MOODLE_20_STABLE
-
MOODLE_26_STABLE
-
w31_
MDL-11270_m26_nvarcharmax -
Description
It seems that ntext is deprecated in latest MSSQL versions and the recommended way is to use nvarchar(max) instead.
Analyse how we can change that, their impact both in dml and ddl libraries.
Some initial references:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=421702&SiteID=1
http://msdn2.microsoft.com/en-US/library/ms189087.aspx