Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I determine the disk size of a SharePoint list?

I have a list with roughly 5500 items, and I would like to find out the size on disk. Is there some way I can do this? I don't mind running a query in the database, if necessary.

like image 655
Nathan DeWitt Avatar asked Dec 04 '22 15:12

Nathan DeWitt


1 Answers

Navigate to http://[myapplication]/[mySitecollection]/_layouts/storman.aspx

This will list the Storage Space Allocation for the site collection.

like image 89
Nat Avatar answered Dec 27 '22 05:12

Nat