A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Tuesday, December 20, 2005

XML Manipulation in SQL Server 2005

I am now having to represent xml data along with my relational data and thought I would share some resources on this subject. Apparently SQL Server 2005 provides 5 functions for T-SQL that allow fast CRUD for XML. You can also type your xml so that your xml is checked for type safe on an insert/update with xml schemas.




Overview
MSDN Full Explaination

0 Comments:

Post a Comment

<< Home