Viewing 8 posts - 1 through 8 (of 8 total)
Have you tried using IN in the drillthrough report and passing them through using the Join command?
Syntax is =Join(Parameters!<yourParameterName>.Value, ",").
May 29, 2012 at 8:17 am
Lowell (11/8/2011)
November 8, 2011 at 10:29 am
John Mitchell-245523 (11/8/2011)
I'm afraid I don't understand what the difficulty is. Just give the SQL Server Agent service account the necessary permissions on the share and everything should work.John
Hi...
November 8, 2011 at 10:06 am
John Mitchell-245523 (11/8/2011)
November 8, 2011 at 6:27 am
I know, I said it was stupid... I'm not even sure why this job landed in my lap!
I'll give that a go and post back the outcome. Thanks for your...
November 8, 2011 at 6:17 am
Thanks for your reply. I wanted to use a mapped drive but I've been given orders from on high that I'm not allowed to map any drives to the servers....
November 8, 2011 at 6:05 am
Use a merge join or a lookup on the sql table. With merge join, set your excel recordset as the left input and use a conditional split where the joined...
November 8, 2011 at 5:07 am
You could use an execute sql task to select distinct values from that column, write the results to an object variable and loop over that in your container.
November 8, 2011 at 5:00 am
Viewing 8 posts - 1 through 8 (of 8 total)