|
|
|
|
||||||
| ms.sqlserver.setup Questions about SQL Server. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have sql05 sp2
I am storing xml in the db and doing transforms in .Net I saw this URL http://msdn.microsoft.com/XML/XMLDownloads/ and it mentioned SQLXML 3.0 Service Pack 3 (SP3) SQLXML enables XML support for your SQL Server Database. and Microsoft Core XML Services (MSXML) 6.0 Is this something I have to or should update on my servers? What do they do? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
MSXML 6.0 and SQLXML4 are part of the SQL Server 2005 installation. You can
verify that you have them by going to Add/Remove Programs and looking for MSXML 6.0 Parser and SQLXML4. HTH, Plamen Ratchev http://www.SQLStudio.com |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
In short, MSXML is XML Parser from Microsoft. It implements XSLT, XPath,
SAX, DOM and namespace support, and allows you to build XML applications. SQLXML enables XML support for SQL Server, which allows you to query relational data with XPath or use T-SQL to return XML results. SQLXML uses MSXML. Here are more details for each: MSXML SDK Overview: http://msdn.microsoft.com/library/de...382721eb99.asp SQLXML: http://msdn2.microsoft.com/en-us/library/aa286527.aspx Plamen Ratchev http://www.SQLStudio.com |
|
![]() |
| Outils de la discussion | |
|
|