WSS databáze
*Data i obsah uložen v SQL Serveru
*Základ pro Webové farmy
*Konfigurace uložena v konfigurační databázi
*Obsah a vlastní úpravy uloženy v databázi obsahu
Instructor Notes
This slides points out architectural details that remain the same between WSS V2 and WSS V3.

The scalability of WSS is based on a model involving stateless front-end Web servers. To reach this goal all content including list items, documents and site customization are stored in a SQL Server database. You can use either SQL Server 2000, SQL Server 2005 or MSDE.

There is one configuration database for the farm that contains information about each site and each server that participates in the farm.

All site content is stored in one or more content databases. There is usually one content database for each IIS Web site (aka Web Application) that is extended to use WSS.