Viewing 15 posts - 106 through 120 (of 284 total)
So friends my doubt is still not clear.. I'm copying it here again..
Ok.. so we understood the importance of order of declaration,thanks for that.
But even I have the initial...
November 1, 2010 at 3:58 am
Ok.. so we understood the importance of order of declaration,thanks for that.
But even I have the initial doubt in the post, similar code is here using WHILE.
Is it like...
October 31, 2010 at 10:57 am
Ok.. if there is main report and one sub report, then if you apply page break, it will be in two different page only right..? Main report in one and...
October 27, 2010 at 11:11 am
Hi can you check is there any space between the sub-reports.? if so delete that and align the sub-reports so that it wont overlap,the give page break after each sub-report.
Also...
October 26, 2010 at 10:40 am
Hi try this,
SELECT dateRange,DATEPART(WEEKDAY,dateRange)as Week_day
from
(
SELECT dateRange FROM ##salesdays
EXCEPT
SELECT date FROM dbo.csta_non_working_days
) as t
October 20, 2010 at 10:08 am
Hi in SSRS this is called cascaded parameter. ie the available values of a parameter changes based on the values of previously selected parameter.
To do this, the SP which provides...
October 20, 2010 at 9:53 am
Yes you are right SSRS 2008 is not dependent on IIS
July 27, 2010 at 9:15 pm
Friends,
The dynamic connection for excel is not working for me when I'm appending the full time string, other wise it will work.
As I have mentioned when the connection string...
July 16, 2010 at 3:12 am
Hi Mhlewis,
Yes I would like to keep different excel file for each execution thats why I tried to append the full time.
As you told I can try taking the...
July 15, 2010 at 5:58 am
I agree with your point about Getdate() , the excel file name looks like
Name_2010_7_13_17_55 (Name_Year_Month_Day_Hr_Minute)
But I'm wondering then how the same is working fine with .csv (ie if I use...
July 13, 2010 at 10:03 am
dear friends one more strange thing what I have noticed is,
As I have given the connection string including the year,month,day,hr,minute if I execute the package within a minute say...
July 13, 2010 at 7:14 am
Thanks for the replays...
I have tried the same thing as mentioned initially it was pointed to one test file and then in the expression of the excel connection manager I...
July 13, 2010 at 6:52 am
Sorry friends...
2005 SSIS also giving the same error. But both 2005 n 2008 are working for flat file destination but not for excel....
Any idea how to make it work ?...
July 12, 2010 at 9:56 pm
Hi Da - Zero,
Thanks for the reply.
As you specified I have tried the new expression in the Excel Path expression (New connection string.jpg attached) but Im getting error as...
July 12, 2010 at 7:06 am
Instead of IF ELSE you can use CASE statement, but here all the cases are with same condition ie @@ROWCOUNT = 0 , so no point in using that.
Check the...
July 12, 2010 at 1:49 am
Viewing 15 posts - 106 through 120 (of 284 total)