reporting services - Tracking report usage -


There is an easy way to running a report in SSRS 2005, and at what time they say reports Is the track running? Our Ssars implementation, we have nearly 80 reports, and what you're trying to see if there's something that we can safely put in the pasture if we can easily see a way that did not use what reports Any ideas, which will help us?

There is some good advice and questions to create reports on the following.

For example, if you most want to see the report used, you do the following:

  of COUNT select ExecutionCount as (name), name, SUM (TimeDataRetrieval) TimeDataRetrievalSum, SUM (TimeProcessing) as TimeProcessingSum, SUM (TimeRendering) TimeRenderingSum, SUM (ByteCount) ByteCountSum, SUM ([rOWCOUNT]) RowCountSum the (selection Initial, Catalog.Type, as in the form of the list.Name, TimeDataRetrieval, TimeProcessing, TimeRendering, ByteCount, [rOWCOUNT] Catalog.ItemID = ExecutionLog on inner ExecutionLog from the list. ReportID join where type = 2), then name by name by group (name) DESC, name;  

noting that the default execution log only will data worth 2 months. You can control this behavior with the ExecutionLogDaysKept server property, see.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -