> There seems to be a bug in the the report utility. Creating > a statistics report on a database creates an empty report > (header only) at first. After I have created a "statistics" > report on an other object, like an index, that creates an > actual report, I try the statistics report on the database > object again. Now it erroneously writes the data of the previous > statistics report into the report for the database. It keeps > doing that for any number of statistic reports on various > databases. Creating the report from context menu or from the > menu does not make any difference. > It happens with XHTML and XML reports alike.
There are no stats on an individual database object (DB stats are shown on the Databases collection), so the error here is allowing you to create the report in the first place. I've fixed this in SVN. Thanks, Dave ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match