Chinese in Canada

Knowledge Management and Collaboration Platform for chinese who are living in Canada.
Welcome to Chinese in Canada Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Sample using dtexec to start a SSIS package

Last post 12-08-2008, 9:12 AM by Johnz. 0 replies.
Sort Posts: Previous Next
  •  12-08-2008, 9:12 AM 5676

    Sample using dtexec to start a SSIS package

    Run as a SQL DTS
    dtexec /SQL "\Pkg_Order" /SERVER ACORN2008 /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING EW

    Run in the SSIS Package Store
    dtexec /DTS "\MSDB\Pkg_Order" /SERVER ACORN2008 /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING EW

    Run as a DTS file
    dtexec /FILE "C:\Projects\Pkg_Order.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING EW
View as RSS news feed in XML
 
Powered by Community Server, by Telligent Systems