- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2012 11:19 AM
Is there a way to see the size of the database being used for your instance? Before I open a support ticket with this question, I thought I'd check if anyone knew an on-demand method available to administrators.
Obviously, I would appreciate granularity (size per table, etc.), but even just a single number would be great (e.g., "your instance's database is currently 1.2 GB").
Solved! Go to Solution.
- 21,020 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2019 05:57 AM
I realize this is an older thread, but I had a similar question posed to me in regard to sizing an on-prem database for replicating the instance data for reporting usage.
I am not sure exactly what version introduced it, but there is now a count gauge on the Instance Usage > Application Usage Overview page that shows the current total size of the database for your instance. If you edit the widget and go into the code for the counter, you can see the API used to gather the metric: SNC.UsageAnalyticsScriptUtils.getCount('Primary DB size (MB)', 'Primary DB size of this instance (in MB)');
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2016 09:27 AM
Mike,
Was this enhancement implemented? If so, how does one access this information?
I get this question about "how much data do we have in our SN instance" occasionally.
Thanks,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2016 01:51 PM
Well, look at that: the enhancement was actually cancelled, hah.
I think something got mixed up (possibly during one of the HI upgrades/transitions) because the Caller and original Created date were apparently lost on the ticket.
However, this hasn't really come up for us over the last four years, so I'm afraid I won't have any answers for you. Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2012 04:03 PM
You could do a character count.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2015 02:43 PM
I can post this short message, but I get a error saying I'm logged off if I post a 20 line reply.
What gives? I tried summarizing my reply in 5 lines and I get the same error. Sigh...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2015 02:55 PM
How about I try this in multiple replies? ( Sorry for being terse, but maybe that's the point! )
Step 1: Choose a set of tables that you want to index.
Step 2: Use the record number of the last record to estimate the number of records in the table.