How do you figure out the current size of the sharepoint web application? Better yet, the size of a site collection or a subsite.

I am planning to move a site collection from one farm to another. I need to plan the storage capacity first.

link|improve this question
What version of Sharepoint? – Dominic D Jun 3 '10 at 16:02
feedback

1 Answer

up vote 1 down vote accepted

Providing you are using SharePoint 2007 then open Site Actions / Site Settings / Storage Space Allocation.

Or from the command line:

STSADM.exe -o enumsites -url http://path_to_site

STSADM is located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\

More on Google.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.