sql - How to run a SSIS Package which has a file based source automatically -


i have similar issue question: how run ssis package has file based source , target. @ first, there no known program open dtsx package (my package grabs table 1 server , places on another). did digging , found dtexecui program file, , open execute package utility, doesn't populate package source (file) or package name (desktop\xxx.dtsx). how can double-clicking file executes ssis package - or @ least populates names file clicked on? in advance. dtexcui

i'm guessing since windows didn't automatically create association you, default missing parameters executable (because program should open fields populated).

try this:

  1. download default programs editor , run it
  2. click file type settings
  3. click context menu
  4. locate .dtsx in list , click next
  5. click open list item , edit selected command dpe edit
  6. the path should "c:\program files (x86)\microsoft sql server\130\tools\binn\managementstudio\dtexecui.exe" /f "%l" - path dtexecui may different, of special note /f "%l"
  7. click next , save context menu

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -