Hi,
I can list the data pages allocated to a table via DBCC IND. But the result does not including the number of records in each page. It is possible to use DBCC PAGE on each data page individually, but it will be time-consuming if there are thousands of pages. Is there are convenient way to obtain the record count of each data page?
Thanks