Viewing 13 posts - 1 through 14 (of 14 total)
wow..that's the first good info i have seen..thanks
But I couldn't figure out if we have to check these in or not. Any ideas?
September 18, 2009 at 7:50 am
Thanks Elliott..sorry fo the delay.
I have tried to get it to work but it wont budge!
Using a partial cache(with ot without the "modify sql"), the data flow just sits at...
September 18, 2009 at 4:30 am
thanks John
but if i add these new mappings in the lookup(begin and end date to lookup date), my lookup operation wouldn't work as expected...
Because i want to do the lookup...
September 9, 2009 at 10:57 am
Unfortunately even if i add those variables to the pipeline using a derived column component, i can use them in the lookup parameters only if they are used in a...
September 9, 2009 at 5:32 am
Hold on.. Then you really aren't doing a lookup at all, you are just trying to add some variables to the pipeline?
No, i am actually trying to add some columns...
September 8, 2009 at 12:23 pm
yes u r right, i am storing only 1 row since i need to use only 3 specific values from my package variables for my lookup query.
As to the...
September 8, 2009 at 11:51 am
Thanks for the reply Elliott.
1. I have 3 connection managers in my package. All refer to the same server.
2. I create the temp table using an Execute SQL task using...
September 7, 2009 at 7:10 am
Thanks for the reply.
I actually found a really good blog at http://blogs.conchango.com/jamiethomson/archive/2005/06/11/SSIS_3A00_-Custom-Logging-Using-Event-Handlers.aspx, which explains the solution to my exact requirements.
Using event handlers at the package level, I dont have to...
July 13, 2009 at 12:59 am
I tried it out and it works perfectly! thanks.
I did not face any complications because all my select queries are the same..differing only in the table name..i.e. the columns and...
July 7, 2009 at 3:32 am
Thanks a lot Phil. That should work..by having a dummy select statement to generate the metadata.
Will try it out as soon as i get some time..priorities have kinda changed.
Thanks again
July 3, 2009 at 3:28 am
Thanks for the reply. That is a valid solution but unfortunately i have a constraint..I need to keep my SQL queries in the stored procedure itself because it contains a...
July 3, 2009 at 1:16 am
Thanks fo replying.
I am not trying any looping.
Even the resultset structure is the same for all the tables that i want to use as source. They only differ by the...
July 2, 2009 at 12:10 pm
Thanks Luke! that worked perfectly! i moved "x" to the bottom of the report parameters list and deployed it. Now it shows the label always.
Although x does not depend on...
June 22, 2009 at 12:50 am
Viewing 13 posts - 1 through 14 (of 14 total)