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 |
|
Daniel_Buchholz
Starting Member
28 Posts |
Posted - 2002-04-29 : 03:05:48
|
| Good morning! (GMT+2)Is there any way to import large xml formatted files from stored procedures?I know I could SELECT FROM OPENXML but this is limited to maximum varchar size. But we have XCBL product catalog files with easily over 10000 products in it.There would also be the possibility to use the SQLXML package but that would mean to write a small script that will run outside of SQL server...Daniel |
|
|
robvolk
Most Valuable Yak
15732 Posts |
|
|
|
|
|