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
change xml source data acces mode xml data variable,
then can give "user::flightinfoxml" variable.
Comments
Post a Comment