Microsoft introduced the XML datatype in SQL 2005, which is very useful for manipulating large XML documents. With SQL 2000, programmers had lot of difficults whild working with large data (xml/text data in general, because of the size restriction of VARCHAR). With the introduction of VARCHAR(MAX) and XML datatypes, working with large documents is more easy now.
The below links provide information about the new XML datatype, usage guidelines, example programs etc.
This article provide the guidelines for XML data modeling and usage in Microsoft SQL Server 2005. Examples are also available.
Defines and analyzes XML support in SQL Server 2005.
Simple demonstration of OPENXML function. The website has a lot of other useful information.
Simple illustration of the useful concept.
Shows how to solve issues with the XML version, encoding information, namespace declarations etc. while working with the XPath queries.
Comparison of the two datatypes.
Techniques for using the new XML data type, while working with VS2005 applications. VB .Net and C# examples available.
No comments:
Post a Comment