Hello Friends,
I am trying to implement BCP functionality using Execute Process Task.
This is the scenario.
I am reading the name of the table which has to be exported to a text file from a table and storing it in a variable.
I have configured the Execute process task as follows.
Executable: BCP.exe
Arguments: @Source_Table out D:\Department.txt -c -T [@Source_Table variable has the name of the table which has to be exported]
Success value: 1
I am not really sure if i would have to select StandardInpurVariable or StandardOutputVariable.
Please help me on this.