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 |
|
noamg
Posting Yak Master
215 Posts |
Posted - 2005-02-24 : 07:32:31
|
| how to read data from xml file direct into a table ?Noam Graizer |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
noamg
Posting Yak Master
215 Posts |
Posted - 2005-02-24 : 07:47:51
|
| sorry but it is not say how to load a file ?Noam Graizer |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
noamg
Posting Yak Master
215 Posts |
Posted - 2005-02-24 : 07:55:02
|
| I need to load an xml file using store procedure.is openXML the only way ?Noam Graizer |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-02-24 : 08:08:09
|
| Ken's book has a stored procedure that does it using OPENXML. You can also call COM objects from SQL Server using sp_OACreate and the related sp_OA system procedures (see Books Online), so the bulk load examples on MSDN can be easily translated to work in a T-SQL stored procedure. |
 |
|
|
|
|
|