I have a table that contains xml documents blobbed up and stored as a text column. I would like to unblob them and either store them into a file and re-import them in or when the column is readable read it into another table for analysis.
Is this possible without writing a windows app? Can it be done in SSIS?
I looked at the export column, but i am not sure if that will work.. Based on what it says for the "File Path Column" i don't have that information in the table.
Is this possible without writing a windows app? Can it be done in SSIS?
I looked at the export column, but i am not sure if that will work.. Based on what it says for the "File Path Column" i don't have that information in the table.