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 2005 Forums
 SSIS and Import/Export (2005)
 translate xml schema into sql table

Author  Topic 

KolaG
Starting Member

5 Posts

Posted - 2008-11-29 : 06:29:30
Hi experts,
I have created an xml schema. I want to translate this xml schema into an SQL table. how can i do this?

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-11-29 : 10:56:02
Use Openxml or Xml task in SSIS.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-11-29 : 11:35:01
use data flow task with xml source and oledb destination.
Go to Top of Page
   

- Advertisement -