SSIS dtutil help

  • hi,

    I am trying to export ssis pkg def as dtsx file using dtutil utility.

    below is the cmd I am using:

    dtutil /SQL "Company List" /COPY FILE;K:\SSISPKGS\"Company List".dtsx

    Above cmd works fine.

    Now when file already exists, it prompts for whether to overwrite or not.

    As per BOL, using /Quiet option, the files can be overwritten if already exists in target folder.When I use /Q option, it errors out with:

    dtutil /SQL "Company List" /COPY FILE;K:\SSISPKGS\"Company List".dtsx /Q

    Option "Q " is not valid.

    Also got the same error when /Quiet or /QUIET is used.

    Any help on this pl?

    Thanks.

  • Try

    dtutil /SQL "Company List" /COPY FILE;"K:\SSISPKGS\Company List.dtsx" /Q

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply