Posted by: Pdfprep
Post Date: October 31, 2020
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 SystemmyPackage.dtsx"
C . dtexec /f "C:myPackage.dtsx"
D . dtexec /com "myPackage.dtsx"
Answer: C
Leave a Reply