I have a requirement to develop a tool .
I am confused to use SSIS or windowsservice.
Please find below the requirement.
I need to fetch data from database.The data will be saved in txt /csv format.
The text file needs to be encrypted with PGP(Pretty Good Privacy).
I will have only public key to use for encryption/decryption.
After PGP encryption the "EmpInfo.txt.pgp" document will be placed on the Secure FTP site using Protocol: SSH/SFTP
The above data feed document will be scheduled monthly once
Could you please let me know which is the best way to do it i.e using SSIS/windows service.
If there is any other way please let me know.