How can you tell what site collection is assigned to what content database? This is a WSS environment.
Out of the box I am not aware of a quick and easy way to see whichspecific site collection belongs to which content DB. You can seewhich Virtual server belongs to which Content DB but can not drilldown to see top-level site collections. There is a third party tool(free) that will let you see this.It is quite a useful tool called SharePoint explorer you can check itout here:www.ontolica.com/.../SharePointExplorerHome.htmlThis tool will allow you to drill down into your site collections andsee as to what content DB it belongs to.
Locate your site collection in the SITES table in the config database.Using the associated databaseId, check the databases table in the configdatabase to see the content database name.
The utilities in the WSSUserUtilies will also produce a report that will show you where site collections are located.