SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
main aim to get output without using #C and VB code... Is it possible?
Yes, use the File System Task in SSIS. Configure it to check for file existence and set its result to a variable.
Hi @Ramana Kopparapu,
This will only execute your logic if a file is found. You can also use this to process multiple files if they exist on the folder.