You are developing a SQL Server Integration Services (SSIS) package.
The package is stored as the myPackage.dtsx file in the root directory of the C drive of the SSIS server.
You need to run the package from the command prompt.
Which command should you use?
A.
dtexec /sql myPackage
B.
dtexec /d “C:\\File System\\myPackage.dtsx”
C.
dtexec /f “C:\\myPackage.dtsx”
D.
dtexec /com “myPackage.dtsx”