DTS With SSH Sftp
Mar 23, 2001
Hi all,
I find this in the MS web site:
----
Microsoft SQL Server 2000 introduces several DTS enhancements and new features:
New DTS tasks include the FTP task, the Execute Package task, the Dynamic Properties task, and the Message Queue task.
----
I want to ask, can I use sFTP (bundled with SSH2 server) instead of FTP?
Thanks,
Roland Lee
View 1 Replies
Sep 22, 2015
Need to automate a sftp download but ssis 2008r2 does not have a sftp task?
View 2 Replies
View Related
Feb 1, 2007
I want to know whether SSIS can do SFTP. If yes, how does it work?
Thanks,
Kev
View 19 Replies
View Related
Nov 16, 2006
Hey all,
I need to upgrade my 2000 DB to 2005, and I wanted to use SFTP instead of calling ftp through DOS.
Any ideas?
I'm new to 2005, so I am not even sure if DTS Tools support SFTP.
Please help!
Thanks!!
-Joe
View 2 Replies
View Related
Apr 7, 2008
Hi
what i need to do is loop through a table and get username and password for the sftp connection. The problem is that i cant set the sftp connections password with expression. I can change the SSH User and port and other settings too.
The reason that i cant set the password is that it doesnt appear on the expressions menu.
Has anyone else had this problem and how did you solve it ?
Can i use script task to set the password to the sftp task at run time ? This would be great because in the future i have to connect to the same server with many different users (possibly dozens or hundreds of users).
View 2 Replies
View Related
Aug 7, 2006
Hi all
Does somebody know how I can send a file in SSIS over SFTP?
Do I need a special component?
Thanks for any help !
Best regards
Frank Uray
View 4 Replies
View Related
Nov 27, 2007
I can't help but think SQL has a way to send files to another server via SFTP.Any leads? THanks Dan
View 2 Replies
View Related
Jul 15, 2014
We have SQL Server 2012 running on Windows 2008 Server. We would like to use a SSIS Package to generate a text file and then secure copy it to a vendor's ftp site. Would it be best to use an FTP Task or Execute Process Task (to call the batch file)? Would I need to install some software like winscp or does the Windows O/S has some secure copy or ftp programs that may be used?
View 4 Replies
View Related
Sep 12, 2007
Hi,
How to check if ftp/sftp server is running before actually starting the ftp/sftp taks? I tried the script task as shown in the attached link but it does not really check for ftp connection.
http://blogs.conchango.com/jamiethomson/archive/2005/10/10/SSIS-Nugget_3A00_-Verify-a-data-source-before-using-it.aspx
Thanks
View 3 Replies
View Related
Apr 10, 2008
Hi,
I want to connect to SFTP server and download files using SSIS. I know ssis doesn't support sftp connection. I was told i can use putty to do the job(I dont want third party components).
Is it possible you guyz show me how to do this, using a tutorial or how to create the batch file and call it in ssis package.
thanks.
View 9 Replies
View Related
May 18, 2015
How to load files with similar format , from two different locations into same database with same ssis.
Lets say
Location 1: C:LoadFilesCust1APP_123445.txt
Location 2: D:LoadFilescust2VDD_543121.txt
Currently we have one ssis which loads and process files from C:LoadFilesCust1 only. we have to modify the existing package it to load files from Location 2 (D:LoadFilescust2) as well. Also while loading, the ssis should assign a value to existing column CustID depending upon the file name. File names always start with APP_ in first location. VDD_ in second location
Assign CUSTID as 100 if file name starts with APP_
Assign CUSTID as 200if file name starts with VDD_
View 1 Replies
View Related
Jul 14, 2015
We are using SSIS 2014 and need to download files from sftp. Is there a SFTP control flow task for SSIS 2014? If not then what other options do I have?
View 6 Replies
View Related
Sep 30, 2015
What I need to give in Arguments in Execute Process task editor.While executing package getting error
View 4 Replies
View Related
Mar 14, 2008
Can any body guide me how can i transfer files from One server to the other server by using FTP and SFTP?
you help is soo appreciable.
View 1 Replies
View Related