I have a query to be used as source. but this is a huge query containing lot of temp tables created and finally joining which brings select data. So I used Script Task for this query which works perfectly. Is there any other way instead of Script task ?
Share
If you use CTEs instead of temp tables you can directly use it as a source query in the OLE DB Source.