I am validating a xml with xsd in a SSIS package. i have a 1GB file, while validating that the memory consumption is going upto 3.5 gb. Is there anyway we can validate xml using xsd in SSIS with lesser memory (with c# validation or something).
Share
Thanks for your answer Wil, Posting the steps that i did, believe this may help someone