Hi Everyone,
I am new in SSIS. I have to extract XML file with multiple element into sql server.
I succefully extract XML file using XML source and loaded it into the SQL server table.
That XML file going to create more than 40 tables becouse its in the normalize form. I just one want 8-9 main table which contain all the attributes.
How can I do it.