I have package with script task.
It executes bcp.exe to export some data from remote server to file(location of the file should be on the same remote server).
If i execute it on my computer, it first transfers all data from remote server to my computer(to bcp.exe) and than exports all data back to file on remote server. So, data is transfered twice.
Is it possible to execute bcp.exe on remote server and not on my computer - I don't won't to transfer data back and forth since network is very slow.
thanks,
Simon