Viewing 15 posts - 1 through 15 (of 24 total)
Hi again,
I got it working...The link in your last reply helped me a lot!
Thanks a lot again!
😉
September 14, 2012 at 10:21 am
How about this link ?
https://picasaweb.google.com/lh/photo/NVtWwU5TG8grxcUtw1YSgNMTjNZETYmyPJy0liipFm0?feat=directlink
September 14, 2012 at 9:40 am
I did as on the image, but when Script task complete, it stops, it does not go to execute sp_BulkInsertImportedData Task.
Any reason?
September 14, 2012 at 8:14 am
Good point, I accidentaly submited my post before i was finished. now It is ok ! 🙂
September 14, 2012 at 6:47 am
I got it now. from this link -->
Yes I did get this resolved. It is kind of an ugly work around. The error is because I am getting prompted...
August 24, 2012 at 2:33 pm
Hi ,
To run the SQL job, I use NT AUTHORITY\NETWORK SERVICE account but I do not know the password for it.
I tried with a blank password but that did not...
August 24, 2012 at 12:23 pm
Hi,
I have tried both suggestion and still the same issue.
I tried adding \\blmcik to the trusted sites list and enabled the option "Launching applications and unsafe files"
I replaced...
August 24, 2012 at 11:23 am
Finaly, runnnig from an SQL job, it hangs, waiting for a click to a security warning message I guess.
Did one of you successfully ran pscp.exe from a vb script task...
August 24, 2012 at 9:24 am
HI ,
I finally changed the way I was trying to get it done.
So instead of writing a .bat file with the PSCP.exe command lines, and then run that .bat...
August 23, 2012 at 1:32 pm
I tried the not to use the execute task but running it on the server, I was getting a security warning pop up window. So I figured out that was...
August 23, 2012 at 1:06 pm
I found the error...
In my code I have the following line...
If CBool(InStr(LigneLue, DateTime.Today.AddDays(-1).ToString("dd/MM/yy"))) <> 0 Then
write someting..
But that condition was never met because the server was still looking at a...
June 22, 2012 at 7:46 am
Hi,
Using the following , If the column value is negative then I display -1 else I want do the sum on that column.
case
when CAST(Data1 AS Int) < 0
...
May 23, 2012 at 7:19 am
Hi,
I received another suggestion that works actually.
I use comma as the field terminator, and then I remove the wrapping single quotes after the import into a staging table.
Thanks for...
July 12, 2011 at 1:24 pm
Hi all,
I apologize, the solution suggested by Wayne is working fine.
I made a mistake with that part of the solution (t.Code, ',') ds.
:Whistling:
March 1, 2011 at 7:15 am
Viewing 15 posts - 1 through 15 (of 24 total)