Hi experts,
I am consuming from 'Adobe Analytics - omniture' ... I had an ftp, and exported regularly a csv, and with SSIS inserted it to a table.
Problem now is that security is asking us to stop using the FTP as export for security reasons (?! ftp represents a risk??)
The issue is that now I need to:
1-get an attachment from an email
2-insert the attached csv to a table
3-delete email.
What's the best approach for this? SSIS, powershell? can this be done from tsql itself? Anyone knows an already implemented example?
Any piece of advice is welcome, thanks!