RE: DSN Requested in Perfmon incorrect -
11-21-2003
, 07:02 AM
Hi Amir,
The fact that the DSN Requested value is not equal the DSN Used value tells
us some important things.
First, it indicates that Analysis Services did not have the exact data set
available in memory or on disk, meaning that no exact aggregation exists
for this query.
To verify that this indeed the case, you can use a couple of different
tools. George Spofford from DSSLab.com has produced a Partition Explorer
Utility that will list all aggregations on a partition by partition basis.
This tool also allows you to create, edit, and delete aggregations. The
Partition Manager that ships with the SQL Server Resource Kit can also be
used to achieve the same purpose. This tool was updated to support the SQL
Server Accelerator for Business Intelligence and is available for free from
the Microsoft web site.
Secondly, The DSN Used value indicates that Analysis Services did not need
to retrieve fact level data to return the result set. Instead, the server
was able to use the results of a supporting aggregation
HTH,
Bas
"This posting is provided "AS IS" with no warranties, and confers no
rights." |