Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What are the command line tools to execute SQL Server Integration Services packages?

Nice?Vote!

1 Answer

Nice?Vote!
DTSEXECUI - When this command line tool is run a user interface is loaded in order to configure each of the applicable parameters to execute an SSIS package.
DTEXEC - This is a pure command line tool where all of the needed switches must be passed into the command for successful execution of the SSIS package.
answered 1 year ago by R (19,530 points)

Related questions