DTExec
DTExec is a command-line utility used to run SQL Server Integration Services (SSIS) packages. It is included with SSIS and is commonly employed for testing, automation, and troubleshooting. DTExec can execute packages from different sources and in different execution contexts, making it a flexible tool for development and operations tasks.
DTExec supports running packages from the file system (.dtsx files), from the SQL Server MSDB package store,
Common usage patterns include executing a package directly from a .dtsx file or invoking a package deployed
DTExec is typically used for ad hoc runs, automated test scenarios, batch processing during development, or
See also: SQL Server Integration Services, SSIS Catalog (SSISDB), SQL Server Agent, dtutil.