Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.8
-
Component/s: Database SQL/XMLDB
-
Labels:None
-
Database:Microsoft SQL
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
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
Issue Links
| This issue will help resolve: | ||||
| MDL-9845 | Use nvarchar(max) instead of ntext for MSSQL 2005 |
|
|
|
Linking with another (closed) bug about the same issue.
MDL-9845MDL-9845