I have developed a ssis package which loops through a folder and retrieves the name of the .xml files. The name of the .xml file gets passed to a stored procedure using an Execute SQL Task as a variable. Question: How do I pass the content of the xml file to the stored procedure? Thanks