For SSIS package to work with remote disk drive go to my computer and map a network drive to a local drive
Open a new notepad and write a command
copy c:\*.txt \\kp\nas\report and save it as "filename.bat"
In SSIS package
execute process task ,put this bat file in executables and run it.
No comments:
Post a Comment