Viewing 15 posts - 31 through 45 (of 77 total)
You should probably use STRING data type
December 22, 2009 at 11:24 am
Other than using the Foe each loop container, i used a script task to read file name into a variable and used it as an expressions at the file connection...
December 16, 2009 at 2:34 pm
Just Learning.
I tought it is not possible untill i saw a article and a forum in MSDN and ended up no where.
December 10, 2009 at 1:48 pm
Sure, Thanks for the feedback!
November 24, 2009 at 10:18 am
In the data flow task, configure your source and destination.
Use the Sort transformation to sort the data. On the bottom of sort transformation editor you will have a check box...
November 23, 2009 at 9:27 am
one way to do it is to use a sub report,
create one summary report and one detail report, and hide the reports based on the parameter value.
Just a tought!
Regards,
November 16, 2009 at 9:02 am
=iif(Feilds!FeildName.value is nothing,true,false)
try this expression in the hidden property.
let me know if this works.
November 10, 2009 at 5:47 pm
You will have an option called Hide Duplicates in the properties,
but doing something in the query will always be the better alternative.
November 10, 2009 at 12:26 pm
from what i understand u might want to try
something like
startdate = isnull(@startdate,startdate)
and status = isnull(@status,status)
in the where clause of your dataset.
But if you are more clear, i am...
November 8, 2009 at 1:45 pm
As using subreports is effecting performance, i might end up using multiple data sets and data regions with page breaks in the same report unless there is a better solution.
Thanks,
November 8, 2009 at 9:17 am
Jeff Moden (11/7/2009)
Jeff Moden (11/7/2009)
Let me ask this... does it have to be done in SSIS?
Yes, because my situation is more complex than what i have showed here.
Anyway...
November 8, 2009 at 9:06 am
CirquedeSQLeil (11/6/2009)
Try loading the date from the header into a variable .
Can you explain a little on how to do this? Please!
Thanks,
November 6, 2009 at 1:58 pm
Viewing 15 posts - 31 through 45 (of 77 total)