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 |
winwin
Starting Member
3 Posts |
Posted - 2006-08-07 : 11:37:57
|
Using FTP in Transact-SQL Hi,I'm looking for FTP solution, which allow me to ftp to remote server and get my access database file into my local machine. And I found an article which can achieve my task from http://www.sqlteam.com/item.asp?ItemID=6002I'm here would like to know it is possible for me to use this script to for file transfer in a regular and automated way, it Save time by doing repetitive FTP transfers automatically...something like allow me to schedule the script.......pls advise.......p/s: I'm new to SQL server and still in the very beginning stage of looking for related tutorial...... |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-08-07 : 11:45:20
|
seehttp://www.nigelrivett.net/#FTP==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
winwin
Starting Member
3 Posts |
Posted - 2006-08-07 : 21:20:32
|
Ya, I know about this article -> http://www.nigelrivett.net/#FTPMay I know is it an alternative way to FTP to get file?? Can both be used for automating my FTP????pls advise.... |
 |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-08-08 : 04:21:10
|
Well that one can - what's the problem with it.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|