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 |
juvethski
Starting Member
46 Posts |
Posted - 2005-09-30 : 10:54:19
|
hi,is there a way to import xml files directly into sql (existing or not yet existing)?thanks! |
|
Kristen
Test
22859 Posts |
Posted - 2005-09-30 : 11:21:05
|
You can parse XML directly into tables (using the names of the columns, or a "template") using plain SQL syntax.Or there is a Bulk XML import tool.Kristen |
 |
|
juvethski
Starting Member
46 Posts |
Posted - 2005-10-01 : 00:23:30
|
what is the bulk xml tool? is it XML IImport? |
 |
|
Kristen
Test
22859 Posts |
|
juvethski
Starting Member
46 Posts |
|
Kristen
Test
22859 Posts |
Posted - 2005-10-02 : 05:58:59
|
http://www.google.com/search?q=sqlxml+bulk+importgives you no ideas?Kristen |
 |
|
juvethski
Starting Member
46 Posts |
Posted - 2005-10-02 : 12:55:59
|
got it, thanks a bunch. more power to you. |
 |
|
juvethski
Starting Member
46 Posts |
|
|
|
|