-
jacobsebastian
4.51
Description:
XML is getting more widely used both inside and outside SQL Server. Stored procedures and functions that accept XML parameters or generate XML documents are part of almost every database project these days. When information is exchanged in XML format, there needs to be an agreement between the sender and receiver about the structure and content of the XML document. Using an XSD (XML Schema Definition) Schema, you can validate the structure and content of an XML document. SQL Server introduced XML Schema Collections in SQL Server 2005 and added a number of enhancements in SQL Server 2008.
An XML data type variable or column that is bound to an XML Schema collection is called TYPED XML. When a TYPED XML column or variable is modified, SQL Server will validate perform the validations defined in the SCHEMA Collection and the operation will succeed only if the validation succeeds. In this session we will discuss SQL Server XML Schema collections and see how to create powerful XML Schema Collections to validate XML documents with diverse structure and content.
Links: Website
Comments on this Talk
jean-rene.roy,
05 Nov 07:41 PM
I love your session. You show a very difficult subject a way that was very simple.
careitan,
07 Nov 07:39 AM
I liked the session, it is a difficult topic to cover for an overview audience you did well.
sathya,
10 Nov 05:04 PM
well explained for all kinds of users
pinaldave,
30 Nov 02:47 AM
Great Going Jacob!
Ramasubramanuian S,
15 Sep 07:00 AM
Awesome explanation given for understanding XML Schema which is the only alien part to me. Thanks Mr.Jacob
kpavan22,
21 Feb 06:35 PM
Please, may I have access to "SQL Server 2008 - Create powerful XML Schema collections to validate your XML documents"
Thanks Pawan
Leave a Comment
Last Five Ratings
-
keepurwarm
-
Ramasubramanuian S
-
pinaldave
-
jean-rene.roy
-
rui

a really brilliant introduction to Xsd on Sql Server, all served with a great entousiasm!