Viewing 10 posts - 1 through 10 (of 10 total)
i'm trying to imagine whats hapeneing there
but your code didnt work when i pasted it pasted error below
But basically Your doing another query and joining to All...
March 21, 2012 at 9:31 am
Thanks very much
its not quite there yet
i have modified a little using the clients.ID
ROW_NUMBER() over(partition by l.id order by c.dateopened Desc) num
and also
order by l.id DESC
This rownumber function is sequentially...
March 21, 2012 at 4:37 am
oh sorry i didnt realise you waqnted me to lay it out in the desired output
I had origionally put in the order it was which was Date desc
Here is...
March 20, 2012 at 2:11 pm
okay this is my result set and my query is below,
Oh B*** i forgot to put in ClientID in the result set
Select'35372PF','Birks T','HPOT','1.Active','19/03/2012','01/01/1900' Union All
Select'35625PF','Gregson M','HRNT','1.Active','14/03/2012','01/01/1900' Union All
Select'35625FH','Gregson M','HRNT','1.Active','14/03/2012','01/01/1900'...
March 20, 2012 at 1:55 pm
cheers mate, no I havent solved it yet in terms of i havent had time to really look into partitinoning yet,
it was more an investigation on my part
I just carried...
October 13, 2011 at 10:50 am
adding this on the end is working slightly better
[Code]
&rs:Command=render%20&rs:format%20=xml
[/code]
September 28, 2011 at 9:34 am
I am trying to "render" the report as xml
i have tried doing this
http://sqlserver/reportserver?%2fReports%2fMyreport&ref=21599fh&rs%%5Bb%5D3aFormat=XML%5B/b%5D
but I get a dialoge asking me if i want to open or save the xml...
September 28, 2011 at 9:07 am
There is just under 1.8 million in one of the dbs im playing with which is productIDs
and 1.32 million in another db which is Legal precedents
theyre both things im playing...
September 13, 2011 at 7:33 am
Thanks grasshopper I will stick with my big table for now, and find out about partitioned tables.
September 12, 2011 at 12:53 am
Thanks for your kind assistance and appologies for my delayed response
Actually the data is all one table, But there are nearly two million records
I was looking to try and make...
September 9, 2011 at 10:44 am
Viewing 10 posts - 1 through 10 (of 10 total)