• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SSIS Package Development with Flat Files and FTPs

Negro Jones

Junior Member
Sorry if this is the wrong forum for this post...

I was wondering if there was a way to create an SSIS package that writes directly to an FTP without needing to write locally first. The reason I ask is because this will be a scheduled tasks, and my PC may not always be on.

Thanks in advance!
 
This is the right forum.

We need more details. What do you mean by "without needing to write locally first?" Also, please clarify the conditions surrounding your machine's up-time.
 
Sorry if this is the wrong forum for this post...

I was wondering if there was a way to create an SSIS package that writes directly to an FTP without needing to write locally first. The reason I ask is because this will be a scheduled tasks, and my PC may not always be on.

Thanks in advance!

Yes you can schedule the ssis package using the sql agent.
 
Back
Top