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.
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. |
 |
|
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. |
 |
|
|
|
|