Viewing 6 posts - 1 through 6 (of 6 total)
Thank you all.
Another thing though...
How can I display this by total hours per day for both current pay period and previous pay period grouped by total hrs per day.
SELECT ...
June 11, 2010 at 3:22 pm
wow!!!! you are heaven sent. thanks!
June 10, 2010 at 4:17 pm
mister.magoo (1/21/2010)
SELECT STUFF(a.[description],1,1,'')
FROM (
SELECT '/'+dbo.classstructure.description
FROM dbo.classancestor
INNER JOIN dbo.classstructure
...
January 21, 2010 at 6:10 pm
SQL 2005 SSRS
Sorry I am still learning.
January 21, 2010 at 5:38 pm
I have no idea creating a CTE recursive query in SSRS. 🙁
January 21, 2010 at 5:21 pm
Viewing 6 posts - 1 through 6 (of 6 total)