Home > Archive > MS SQL XML > May 2005 > Extracting XML data stored in a LONGTEXT column









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Extracting XML data stored in a LONGTEXT column
Mark D

2005-05-13, 3:23 am

I have a table that has XML data in a LONGTEXT column. I need to extract all
the data into a table. Can anyone give me some tips on the easiest way to do
this. The data is written to the table and will be extracted in real time.
Michael Rys [MSFT]

2005-05-13, 3:24 am

Do you mean TEXT /NTEXT?

Are you using SQL Server 2000?

What is the nature of your extraction? Do you shred parts of the document
into relational fields? Do you need to preserve the full XML?

Thanks
Michael

"Mark D" <Mark D@discussions.microsoft.com> wrote in message
news:80CA4109-C7A4-4595-914C- CBF60DA137A9@microso
ft.com...
>I have a table that has XML data in a LONGTEXT column. I need to extract
>all
> the data into a table. Can anyone give me some tips on the easiest way to
> do
> this. The data is written to the table and will be extracted in real
> time.



Mark D

2005-05-13, 7:23 am

SQL Server 2000, column is TEXT. Information is uploaded from a desktop and
manipulated on a web application. The vendor is storing the entire XML
document in this field. I need to extract each data element into a column in
another table to populate another application.

"Michael Rys [MSFT]" wrote:

> Do you mean TEXT /NTEXT?
>
> Are you using SQL Server 2000?
>
> What is the nature of your extraction? Do you shred parts of the document
> into relational fields? Do you need to preserve the full XML?
>
> Thanks
> Michael
>
> "Mark D" <Mark D@discussions.microsoft.com> wrote in message
> news:80CA4109-C7A4-4595-914C- CBF60DA137A9@microso
ft.com...
>
>
>

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com