Thursday, October 20, 2011

Command Line Tools In SSIS

what are the command line tools to execute SQL server Integration service projects?

post your answers as commet

2 comments:

  1. DTEXEC cmd is used to execute the SSIS package.
    see more details on below link:
    http://msdn.microsoft.com/en-us/library/ms162810.aspx

    ReplyDelete
  2. DTEXEC

    DTExec /ISSERVER "\SSISDB\folderB\Integration Services Project17\Package.dtsx" /SERVER "." /Envreference 2 /Par "$Project::ProjectParameter(Int32)";1 /Par "Parameter(Int32)";21 /Par "CM.sqlcldb2.SSIS_repro.InitialCatalog";ssisdb /Par "$ServerOption::SYNCHRONIZED(Boolean)";True

    http://msdn.microsoft.com/en-us/library/hh231187.aspx

    ReplyDelete