Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help needed

Status
Not open for further replies.

muebermuth

Technical User
Joined
Oct 24, 2001
Messages
1
Location
DE
multiple xml data readout of whole xml file to one sql 2000 table, each row must have its own id.


Problem xml-file can be only 8000 varchars long with sp_prepare:document
But my xml-file is 20000 varcahrs long.
how can i put the info from xml-file in one table in sql server 2000
with hirachie levels from left to rigth in table.
I have 9 hirachie levels in my xml file.
Is it possible to open sql 2000 tables and datatbases on SQL 7.0?
Hope you can help me or show me way to transform and read data from xml file out into sql table automatically.
just trying in SQL query analyzer.
but little effort till now.
limit 8000 varchars
alternartives?
Martin Uebermuth
Aachen
Germany
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top