Is it possible to parse & load an xml file with optional elements/attributes using SQL Server Integration Service 2005? Any examples/pointers would be appreciated.
Is it possible to parse & load an xml file with optional elements/attributes using
Share
You can parse it an xml CLOB using T-SQL constructs now: SO search for SQL Server and xml tags
I think it would be clumsy using SSIS.
Do you have to use SSIS particularly?