Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ChiBella
Starting Member
1 Post |
Posted - 2008-06-30 : 12:38:07
|
I'm very new to SQL Server and need to find out how to use SSIS to download a file from an SFTP server directly into a stage table within SQL Server 2005? I will then do an upsert into the database once the file is loaded. Can anyone give me a summary on how to do this and point me to some examples? Thanks, Chi! |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-06-30 : 22:53:52
|
You can use ftp task to get file and use bulk load task to load data into staging table, find details in books online and take look at sqlis.com. |
 |
|
|
|
|