Viewing 9 posts - 1 through 9 (of 9 total)
Thanks for your advise. I am looking at it now.
Please note that the SSRS server is on the actual SQL Server box - and I am certain they both use...
October 24, 2013 at 8:51 am
Tx Sean, you're right.
I have done away with the weekday name and reduced the report to a single page (maybe 2) by creating a rep parameter as a filter.
Still...
October 24, 2013 at 8:22 am
Tx,
I'll try that, but this is a 64 bit server with 64 GB RAM, I've never seen it go beyond 50% mem useage. When I look at the...
October 24, 2013 at 7:15 am
Ok Guys,
I have posted the SQL (See prev post) and the execution plan. I have added the missing indexes, and finally I have added a 'rep' parameter so that the...
October 23, 2013 at 3:16 pm
Ok, here we go:
NO SP - it is a very simple query -
select sed.RM,
SED.DM 'Supervisor',
SED.[week] 'LCL_Weekno',
SED.projectNumber,
SED.ProjectName 'ProjName',
SES.Total_Shifts,
SED.Staff,
SED.shifts 'Shift',
SED.daysdelay,
SED.locationnumber,
SED.earliestStartDate,
case when DATEPART(DW, SED.earlieststartdate) = 1 then 'Sunday' else
...
October 4, 2013 at 2:03 pm
Appreciate your reply, and it's a good idea, but the Supervisors don't want it segregated by rep - they need their whole team.
October 4, 2013 at 11:41 am
Thanks for this, but I don't use an SP - it is a simple select statement.
October 4, 2013 at 11:39 am
Kingston,
I feel like I owe you my firstborn!! Can't thank you enough for this, worked like a charm!!!
You guri know your stuff. I should have known it was...
September 12, 2013 at 7:49 am
Perfect,
Thanks very much Burninator!
March 27, 2012 at 6:32 am
Viewing 9 posts - 1 through 9 (of 9 total)