A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @minh tran ,
You cannot run a SSIS package (.dtsx) without installing the SQL Server integration Services. The minimum requirements are the SSIS client tools and the DTEXEC utility so you must install the Integration Services shared feature from the SQL Server install media.
In other word, you may need to use sql agent job in SQL Server to schedule an SSIS package without using Windows Task Scheduler.
Reference here: sql-server-agent-jobs-for-packages
If you only want to Schedule an SSIS package using Windows Task Scheduler, please refer to below thread.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.