Viewing 15 posts - 16 through 30 (of 77 total)
drew.allen (8/3/2010)
Is your EndDate always the same as the PeriodEndingDate? If not, when is it different and what should the value be?Drew
Yes Drew, always same. Thanks.
August 3, 2010 at 12:50 pm
1. Does all your weeks start from Saturday (as in your samples) or it depends on the input current day?
2. What the difference between EndDate and PeriodEndingDate?
Yes, week always...
August 3, 2010 at 10:45 am
WOW! Thanks Lutz.
This is excellent, worked excatly how i wanted. Only change i made is to use getdate() to avoid hardcoding the calendar derived table.
Thanks Again!
July 22, 2010 at 8:04 pm
srichaitya,
see this link below. This should help you.
http://sqlscrapbook.wordpress.com/2010/07/14/load-data-into-a-temp-table-using-ssis/
Thanks.
July 14, 2010 at 6:09 pm
May be worth it to mention that this is a built in functionality in SQL2008 R2.
Here is how to do this...
http://www.bidn.com/blogs/PatrickLeBlanc/ssis/762/ssrs-r2-naming-excel-worksheet-tabs
July 2, 2010 at 1:45 pm
From your description, it is unclear of what is source of your problem. It could be your sql query, or the groups/drilldowns in your report.
Try playing with the TimeOut field...
June 29, 2010 at 9:27 am
I don't think so, by using page break you are telling the SSRS to show the part of the report after the pafe break in a new page and new...
June 29, 2010 at 9:16 am
can you post the result of this query,
select convert(decimal,'-95469.49') as Result
June 28, 2010 at 10:38 am
Try this.
declare @amt nvarchar(100)
set @amt = '-10299.00'
select convert(decimal,REPLACE(@amt,',','')) as Result
--Result -10299
June 28, 2010 at 10:07 am
lmu92 (6/24/2010)
Also,...
June 24, 2010 at 2:55 pm
Thanks for the quick response Dan!
Please see attachment. that's what i could get but i am trying to show the toppest levels and all the employees underneath them like below...
June 24, 2010 at 2:28 pm
May be i posted in the wrong forum,
I posted this again at http://www.sqlservercentral.com/Forums/Topic846233-338-1.aspx
Please direct your response .
Sorry for the duplication.
January 12, 2010 at 8:45 am
I would use the No Rows property to display a custom message that will tell the users that there is no data.
Email will be sent based on the subscription schedule,...
December 22, 2009 at 11:34 am
Viewing 15 posts - 16 through 30 (of 77 total)