Re: How to determine the size of all of the webs in a sharepoint site or server? by flo
flo
Fri Sep 26 05:34:03 CDT 2008
Hello Chris,
Windows SharePoint Services 3.0 uses SQL Server databases to store most of
the content for the Web site and configuration settings. For example, all
pages in the site, files in document libraries, files attached to lists, and
information in lists are stored in the content database, and security and
permission settings along with other configuration settings are stored in
the configuration database in SQL Server. Therefore, I think if you take the
size of the content database of a web application, you have a fairly good
idea of the size of that web application.
There is no way to do it over the GUI.
Hope that helps
Fv.
"Chris Crowe" <stuff@crowe.co.nz> wrote in message
news:%236AWguYAJHA.4904@TK2MSFTNGP05.phx.gbl...
>I want to find out the size of each web in our sharepoint environment
>(WSS3)
>
> Is there a way either via SQL Directly, WEB Services to return this
> information.
>
> Chris
>