Re: How do you read an XML schema in SQL 2005
- From: "Joe Fawcett" <joefawcett@xxxxxxxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 07:58:20 -0000
"Mike C#" <xyz@xxxxxxx> wrote in message
news:exr4x%23gYIHA.4332@xxxxxxxxxxxxxxxxxxxxxxx
You would need to create an XML schema collection. Check out CREATE XMLAnswered in microsoft.public.xml
SCHEMA COLLECTION in BOL. Once you've created an XML schema collection you
can create typed XML instances like this:
DECLARE @x XML (schema_collection_name);
"Dee" <Dee@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CE404920-A3B1-4114-A576-CFD107AF4B35@xxxxxxxxxxxxxxxx
I have some data that came to me in XSD. How can this be read into an SQL
2005 database? I also have a few XML Schemas and need to know how this
can
be ready into an SQL 2005 database?
Thanks for any help
Dee
Please do not post the same question independently to multiple groups.
--
Joe Fawcett (MVP - XML)
http://joe.fawcett.name
.
- Follow-Ups:
- References:
- Re: How do you read an XML schema in SQL 2005
- From: Mike C#
- Re: How do you read an XML schema in SQL 2005
- Prev by Date: Re: How do you read an XML schema in SQL 2005
- Next by Date: Re: How do you read an XML schema in SQL 2005
- Previous by thread: Re: How do you read an XML schema in SQL 2005
- Next by thread: Re: How do you read an XML schema in SQL 2005
- Index(es):
Relevant Pages
|
Loading