Viewing 15 posts - 1 through 15 (of 45 total)
can you please explain in brief how to use,we have to script task in any loop container
January 25, 2011 at 4:06 am
can you please explain in brief how to use,we have to script task in any loop container
January 25, 2011 at 3:52 am
Hi all,
Actual my requirement is like this,
I have a table which lists the list of text files, for which I have to check if they exist on the file share....
January 25, 2011 at 3:33 am
Hi ,
I have to create an ssis package regarding this,can you please explain me briefly on this.
January 25, 2011 at 12:06 am
HI Everyone..
Sorry for posting this silly question,i done it,its very simple.
August 25, 2010 at 7:54 am
HI da..
NO conversion is not necessary ,please modify my expression and repost the correct one.it will be help ful to me,its very urgent.
August 20, 2010 at 7:35 am
Hi John..
My startdatetime and enddatetime variables datatypes are object,so iam converting to string..
August 20, 2010 at 6:43 am
Hi Phil And John..
here is the exact error message
Error at Data Flow Task [OLE DB Source [16]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code:...
August 20, 2010 at 5:14 am
hi da zero..
i tried like this
EXECUTE [GetAllChangesByDateTime] "+ (DT_WSTR,30) @[User::TableName] + "," + (DT_WSTR,30)(DT_DBDATE)
@[User::StartDateTime] + "," + (DT_WSTR,30)(DT_DBDATE) @[User::EndDateTime] +"
it is giving the following errors..
Error converting...
August 20, 2010 at 5:11 am
HI ....
Actual i tried like this
EXECUTE [GetAllChangesByDateTime] "+ (DT_WSTR,30) @[User::TableName] + "," + (DT_WSTR,30)(DT_DBDATE)
@[User::StartDateTime] + "," + (DT_WSTR,30)(DT_DBDATE) @[User::EndDateTime] +"
the error message is::
Error converting data type...
August 20, 2010 at 5:09 am
Hi DA ......
I have created one Package variable with datatype string and given value like this
"EXECUTE [GetAllChangesByDateTime] " + (DT_WSTR,10) @User::TableName + ", " + @User::StartDateTime +"," + @User::EndDateTime +""
my...
August 20, 2010 at 3:18 am
HI DA ZERO...
Can you explain briefly explain how to do this,i have taken one execute sqltask and execute the procedure like this
EXECUTE [GetAllChangesByDateTime] " + (DT_WSTR,10) @TableName + ", "...
August 20, 2010 at 12:55 am
Hi...
i want to put all records into a variable,it is resultset.
August 17, 2010 at 8:41 am
Sorry everyone..
i have a stored procedure like GETALLCHANGESDATETIME with input variables @tablename,@Startdate,@Enddate
August 17, 2010 at 8:17 am
HI steve ,DA zero..
THanks for your supporting the issue is resolved,in my procedure for the out put parameter i have given string datatype,string is not supporting the binaray type,so i...
August 13, 2010 at 5:02 am
Viewing 15 posts - 1 through 15 (of 45 total)