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

 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.

Comments

Popular posts from this blog

What is Connection Mangers

What is SSIS Container? Explain Different types of Containers in SSIS