|
Home > Archive > Microsoft Content Management Server > October 2007 > How many pages are in my MCMS 2002
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How many pages are in my MCMS 2002
|
|
| Boudie 2007-10-25, 7:25 am |
| Hello,
Is there a way to find out how many htm pages are stored in the MCMS 2002
database? You could compare this question with a web site that simply has
like 20 ASP/htm pages on disk, so the site would contain 20 pages. Now since
everything is stored in the database, how can i find this information. Any
help would be appreciated.
| |
| George Leithead 2007-10-26, 7:27 am |
| On 25 Oct, 12:42, Boudie <Bou...@discussions.microsoft.com> wrote:
> Hello,
>
> Is there a way to find out how many htm pages are stored in the MCMS 2002
> database? You could compare this question with a web site that simply has
> like 20 ASP/htm pages on disk, so the site would contain 20 pages. Now since
> everything is stored in the database, how can i find this information. Any
> help would be appreciated.
What you need to do is write some code to itterate through all of the
channels, and cound the postings that are within each of the
channels. Really easy. You may want to count only published
postings, and you may also want to make sure that you include hidden
postings!
I'm sure this question has been asked before, so a quick search would
give you the answer.
| |
| Stefan Goßner [MSFT] 2007-10-26, 7:27 am |
| Hi Boudie,
MCMS does not store any htm pages in the database.
It only stores placeholder content and meta data.
I assume you would like to know the number of postings in the database?
That can be done by writing a small tool that enumerates the channels and
sums up all postings.
Cheers,
Stefan
"Boudie" <Boudie@discussions.microsoft.com> wrote in message
news:98A03BD4-581B-4E7B-BDC2-909DB05DEFE1@microsoft.com...
> Hello,
>
> Is there a way to find out how many htm pages are stored in the MCMS 2002
> database? You could compare this question with a web site that simply has
> like 20 ASP/htm pages on disk, so the site would contain 20 pages. Now
> since
> everything is stored in the database, how can i find this information. Any
> help would be appreciated.
|
|
|
|
|