dbTalk Databases Forums  

SQLXML 3.0

microsoft.public.sqlserver.xml microsoft.public.sqlserver.xml


Discuss SQLXML 3.0 in the microsoft.public.sqlserver.xml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob
 
Posts: n/a

Default SQLXML 3.0 - 09-08-2004 , 03:00 PM






Hello:

I was wondering what a typical DBA needs to know about
installing, configuring, and more importantly, supporting
SQLXML 3.0

I have no experience with SQLXML and one of our vendors
has asked me to install SQLXML 3.0 to our DEV SQL server.

I've done some reading in Microsoft's MSDN website -
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnanchor/html/anch_SQLXML.asp. I'm
trying to gather more information on this tool/utility.
Any additional information on this would be a great help.

Thanks.

Reply With Quote
  #2  
Old   
Michael Rys [MSFT]
 
Posts: n/a

Default Re: SQLXML 3.0 - 09-09-2004 , 04:19 AM






SQLXML (any version) is part of a the mid-tier/client and thus is installed
where you normally have MDAC installed (ie the client or webserver machine
and not on the database server per se).

HTH
Michael

"Rob" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello:

I was wondering what a typical DBA needs to know about
installing, configuring, and more importantly, supporting
SQLXML 3.0

I have no experience with SQLXML and one of our vendors
has asked me to install SQLXML 3.0 to our DEV SQL server.

I've done some reading in Microsoft's MSDN website -
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnanchor/html/anch_SQLXML.asp. I'm
trying to gather more information on this tool/utility.
Any additional information on this would be a great help.

Thanks.



Reply With Quote
  #3  
Old   
Bertan ARI[ms]
 
Posts: n/a

Default Re: SQLXML 3.0 - 09-09-2004 , 02:34 PM



In addition to Michael's comment. Here is the list of main technologies
offered by SqlXml 3.0:

Annotated Schemas: Allows you define mapping between a virtual Xml document
and the tables/views in Sql Server.

XPath over Annotated Schemas: Translates the XPath over the virtual Xml
document to a For XML query on the Sql Server by using Annoated Schemas.

Updategrams/Diffgrams: Serializes the changes in your Xml Document to the
Sql Server by using CUD operations by using the mapping defined Annotated
Schemas. Updategrams also works by using a default mapping without using
Annotated Schemas.

Bulkload: Fast loading big sizes Xml to the Sql Server using Annotated
Schemas.

There are a lot more like Templates, ClientSideXml, SqlIsapi and Xml
WebServices. Please, refer to the SqlXml30 documentation for more details.

Thanks.


"Rob" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hello:

I was wondering what a typical DBA needs to know about
installing, configuring, and more importantly, supporting
SQLXML 3.0

I have no experience with SQLXML and one of our vendors
has asked me to install SQLXML 3.0 to our DEV SQL server.

I've done some reading in Microsoft's MSDN website -
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnanchor/html/anch_SQLXML.asp. I'm
trying to gather more information on this tool/utility.
Any additional information on this would be a great help.

Thanks.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.