Viewing 8 posts - 1 through 8 (of 8 total)
Not sure why it wasn't working.....but I ended up deleting my package variables and re-creating them. And now it works. Go figure!
Thanks CozyRoc!!
January 15, 2009 at 7:19 am
CozyRoc (1/14/2009)
If you define a variable in the script dialog, you should not use variable dispenser to access it. Just use the following code to write to the variable:
Dts.Variables("requestString").Value =...
January 15, 2009 at 7:04 am
ok...but how do I write to my User::requestString variable?
Thx.
January 14, 2009 at 10:33 am
Update to this thread:
Looks like you can't call a sybase stored proc with parameters using OLEDB.
But you can using ODBC. Create a dsn.......and this was how I...
January 8, 2009 at 9:29 am
also why does the SQL Statement on the general properties stay there when you have the expression? Or is it because it is tied to the SqlStatementSource expression property?...
December 29, 2008 at 1:16 pm
I was running in ADO.Net and changed it back to OLE DB....and this is the error message after I got rid of the parameters...and hardcoded the SQL Statement.
Execute SQL...
December 29, 2008 at 1:07 pm
thanks for the response.
I'm fairly new to SSIS......so here i tried the following.
on the execute sql task editor 'expressions' option I added the following under SqlStatementSource
"exec oracle_to_sybase @[User::metercode], ...
December 29, 2008 at 12:08 pm
Justin Stephens (1/8/2008)
I have the same problem. I am trying to run a Stored Procedure with input parameters (@startDate,@endDate) on a Sybase server from SSIS using the ASE Ole...
December 22, 2008 at 1:14 pm
Viewing 8 posts - 1 through 8 (of 8 total)