I have Downloaded both MSXML 4.0 SP2 and SQLXML.
Are they are same. If not can any one please tell me what for that both are
used?
Thanks
Prabhat
MSXML 4.0 SDK is a development environment to create XML applications
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/xmmscxmloverview.asp
SQLXML enables XML support for SQL Server 2000
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_SQLXML.asp
SQLXML will use MSXML and you will need both to use SQLXML, for instance
SqlXml 3.0 SP2 has a dependency on MSXML version 4.0 SP2, so MSXML version
4.0 SP2 is included in it's download.
HTH
John
Prabhat
"John Bell" <John...@discussions.microsoft.com> wrote in message
news:B40F325B-6C3A-4FE4...@microsoft.com...