|
I have just started getting to grips with SQL 2008 SSRS and am looking to interrogate the ExecutionLog2 view in the RerportingServices database. This view has a column called AdditionalInfo with a type of A sample of the data found in that column is < (Sorry for crumby format XML seems to be a bit reluctant to be formatted nicely) I would like to be able to sum the Pagination and Processing values in the EstimatedMemoryUsageKB tag, along with the corresponding reportpath value in that row.
(comments are locked)
|
|
You made me want to know, so I went away to play and came up with this...
Does this go some way to helping you? yep, can you believe it was a case sensitive issue. thanks. Have posted my used code as separate answer to get formatting right
May 19 '10 at 07:35 AM
Fatherjack ♦♦
ahh yes - xml is case sensitive! How do developers cope?
May 19 '10 at 09:01 AM
Kev Riley ♦♦
(comments are locked)
|
|
Actual query used to get average KB required to run report:
(comments are locked)
|
|
Dont have much idea, but just thought to know a little bit about using sum with xquery. http://msdn.microsoft.com/en-us/library/ms175504.aspx
(comments are locked)
|

