Viewing 12 posts - 1 through 12 (of 12 total)
port 22 is default so its connecting fine and file is partly transferred,
how do i increase processing time in sql server???
July 23, 2010 at 2:55 pm
Once again i cant use SSIS.
I've decided to go with WINSCP and have the following challenge:
single step job executes:
----------------------------------------------------------
\\app\WinSCP.exe /console /script=\\app\config.ul
----------------------------------------------------------
config.ul is written as:
----------------------------------------------------------
option batch on
option confirm off
open...
July 23, 2010 at 1:42 pm
putty requires host key verification, is there anything else that i could use?
July 21, 2010 at 12:42 pm
That could work, however how would i connect to sftp on port 22 ?
July 21, 2010 at 8:31 am
I was going with xp_cmdshell since i didnt know any better, now i do :).
Can you collaborate on how to do sftp with CmdExec ?
July 21, 2010 at 7:38 am
that didnt work for me,
all is get is :
idouputtmp
1Unknown host xxx.xxx.xxx.xxx:22.
2Invalid command.
3Invalid command.
4Interactive mode Off .
5Not connected.
6Not connected.
7Not connected.
8open xxx.xxx.xxx.xxx:22.
9user
10pass
11prompt ...
July 20, 2010 at 2:34 pm
I cant use SSIS,
how do i specify port 22 in xp_cmdshell ?
July 20, 2010 at 12:32 pm
Phil Parkin (1/12/2010)
January 12, 2010 at 2:22 pm
bitbucket-25253 (1/11/2010)
http://www.sqlservercentral.com/Forums/Topic845680-338-1.aspx
For grins and giggles I modified the input data for the above forum to replace the commas in the string with tabs.
January 12, 2010 at 2:15 pm
Jeff Moden (1/11/2010)
rnikandrov (1/8/2010)
here is a sample:
A 919934 [tab] 1 [tab] jason
B 2222 [tab] 999999 [tab] 111111 [tab]...
January 12, 2010 at 2:14 pm
that was embarrassing, i knew that 🙂
thanks, i was just making things more difficult.
How would i go about reading tab delimited row? (step 2)
January 11, 2010 at 11:59 am
Thank you for your suggestion,
the plan is to:
#1 import file into single array
#2 parse the right line into temp table, so that i can work with it
can you give...
January 11, 2010 at 9:50 am
Viewing 12 posts - 1 through 12 (of 12 total)