Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Read XML-XSD in SQLServer

Author  Topic 

sapator
Constraint Violating Yak Guru

462 Posts

Posted - 2007-08-16 : 07:04:34
Hi.
Is it possible to read an xml-xsd file and display it in SQL Server?
If not, are you aware of any tool that does this?
Thank you.

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-08-16 : 07:23:00
you can use openXML to read xml in sql server 2000

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

sapator
Constraint Violating Yak Guru

462 Posts

Posted - 2007-08-16 : 07:45:16
Hi.
Can you tell me how i can do that?
Use it how? In the Enterpise manager?
Go to Top of Page

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-08-16 : 07:59:57
http://www.perfectxml.com/articles/xml/openxml.asp


_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
Go to Top of Page

sapator
Constraint Violating Yak Guru

462 Posts

Posted - 2007-08-16 : 08:14:41
Good.
Thank you.
Go to Top of Page
   

- Advertisement -