Open gregveres opened 4 years ago
First off - the Server Reports extension doesn't report table space usage. Just database level. So if you're specifically looking for which tables are the largest you'll need to use your own queries for that.
But if you still wanted to see the database size then currently you'll have to use some other method to determine that as the query used isn't compatible with SQL Azure. You can run your own query by following the instructions here though (modifying as desired to show the databases that you're interested in).
Steps to Reproduce:
Why won't it show the Top 10 DB Space Usage graph?
I installed Server Reports because I am trying to figure out the size of all the tables in my database since it seems to have jumped in total size recently.