XML from webservice to SQL Server using SSIS -


i have web service task saves xml output variable.

the question variable type be? how can transfer xml variable sql server database? can't seem make data flow work, xml source ole db source? on right path? thanks

        <xs:element name="table">         <xs:complextype>         <xs:sequence>         <xs:element name="flightdate" type="xs:datetime" minoccurs="0"/>         <xs:element name="flightno" type="xs:string" minoccurs="0"/>         </xs:sequence>         </xs:complextype>         </xs:element> 

i need save flight date , flight no temporary table in sql. must have own column flightdate , flight no

enter image description here

enter image description here

enter image description here

change xml source data acces mode xml data variable,

then can give "user::flightinfoxml" variable.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -