Is it possible to execute the SSIS package(.dtsx file) into the System when SQL and Visual Studio is not installed into the system.
Minimum Requirement to execute the SSIS Package ? Kindly Suggest how to proceed in this scenario ?
Thanks
You must have either Integration Services installed or BIDS (2005 - 2008R2) / SSDT (2012).
Try this article. There are other methods you can try, like you can run as a job in SQL Server or you can use the DTEXEC.EXE Command Line Utility to execute SSIS packages. http://www.mssqltips.com/sqlservertip/1775/different-ways-to-execute-a-sql-server-ssis-package/