Skip to content

Use XML Data Type instead of NTEXT #1

@atifaziz

Description

@atifaziz

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions