Viewing 4 posts - 1 through 5 (of 5 total)
That works. Thanks a lot Dan.
March 29, 2011 at 10:36 am
Hi David,
Thanks for the reply. I have SSRS 2008 not R2. We are migrating from 2008 to R2 and have a problem with few reports with data driven subscriptions.
You...
June 23, 2010 at 9:05 am
Hi MC,
Try this
With ct
as
(
select UserID,PackageID,DateCreated,Row_number()Over(partition by UserID order by UserID)as RN from test
) ,
WITH ct2 AS (
...
May 13, 2010 at 12:07 pm
Hi Jeff, Thanks for the reply. It worked well.
May 13, 2010 at 11:54 am
Viewing 4 posts - 1 through 5 (of 5 total)