Hi,
I have a table with 400.000 rows and each row has its own xml information with multiple fields. I need to read this table and convert each row in multiple fields with values. All rows create the same fields.
I was try to use from field sentence and make a for cycle for each row, but it works slowly and the process will take around 32 hours. Somebody Knows how to do this converting all information at the same time.
Thanks for your help.