Hi All,
The ssis package I created extracts data from some tables and save them in a destination folder as text files.
I have included File Rroperty task to get file size. File size is passed into a variable.
Now I want to move some files into a different folder based on the files size.
as an example if the file size is > 15 mb i wanna move that to a different folder.
can we do that using file system task.
Thanks
shamen