-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
From @atifaziz on August 25, 2015 16:33
Use the XML data type instead of NTEXT with SQL Server.
The XML data type allows usage of XQuery to query the XML itself. This can typically be used to extract columns of data from XML nodes for filtering, reporting, etc, and has the potential to be used in computed columns as well.
See the XQuery language reference for more information.
Originally reported on Google Code with ID 265
Reported by msumerano on 2012-01-06 04:07:17
Copied from original issue: elmah/Elmah#265