Viewing 15 posts - 1 through 15 (of 49 total)
Hi ,
I tried the process i mentioned above and i got this error:
Executed as user: sqlserver. Microsoft (R) SQL Server Execute Package Utility Version 9.00.3042.00 for 64-bit Copyright...
November 5, 2010 at 12:21 pm
well i donot have any idea to do this .
I have one more question, the destination of this file is a FTP like i mentioned how should i proceed by...
October 27, 2010 at 9:47 am
Thanks for the reply mike.
This is what i am trying to do:
I have a stored procedure which will send data to oracle using linked server .since the procedure is...
October 26, 2010 at 8:07 am
No ,using SSIS i am only sending FTP not the data directly to oracle tables.
Could you explain me how to do that?i could try that too
October 25, 2010 at 11:39 am
Yes ,you are right i found it .thank you very much.
Could anyone also please tell me how to use variable like i asked in my previous post..
October 19, 2010 at 12:44 pm
I have tried using execute task in SSIS and succeeded till half .
I did this :
i have dragged execute task and in the sql statement i wrote this :
Declare
@ID...
October 19, 2010 at 11:43 am
yes ,you are right...
Thanks for the reply.
September 29, 2010 at 10:05 am
Hi skcadavre ,
Thank you very much for all the replies.
I have tried everything which didn't work and i know the reason the problem is not with the syntax,the data in...
August 9, 2010 at 2:15 pm
Thanks for your help skcadavre .
This is what i did :
Derived REQUEST_DATE<add as new column>(((SUBSTRING(REQUEST_DATE,5,4) + "-" + SUBSTRING(REQUEST_DATE,3,2) + "-" + SUBSTRING(REQUEST_DATE,1,2)) == "--") ? "" : (SUBSTRING(REQUEST_DATE,5,4) +...
August 3, 2010 at 11:27 am
where should i specify input column ,i have replaced date with my input column and i got error.
can you please give me full syntax.
August 3, 2010 at 9:15 am
I have created a staging table in the same database where i have the destination table too,and loaded all the rows into the staging table successfully,now i am going to...
July 27, 2010 at 10:07 am
i have attached the source file :
July 27, 2010 at 8:56 am
I found this to convert string to a date datatype while looking for answer to above error:
Dts.Variables("someDateTimeVariable").Value = GetDateFromString(Dts.Variables("someStringVariable").Value.ToString)
but i don't know how to use it or declare variables for...
July 27, 2010 at 8:03 am
Viewing 15 posts - 1 through 15 (of 49 total)