We installed SBS 2008 and the Sharepoint databases are in SQL 2005. Cured the search problem which everybody else has, but now my SBS BPA tells me that the log files on the Config database (which has a long name with hyphens in it) have grown to over 1GB. SO, I thought, change the recovery mode from FULL to SIMPLE. But the SP Content and Config database have a NULL owner if I do a SP_HELPDB. So I can’t right click on the database in SQL Server Management Express and change the recovery mode, and I can’t use the ‘ALTER AUTHORIZATION’ command because it doesn’t like the hyphens. How do I regain control over the disk space??