Thursday, December 11, 2008

SQL Problem installing WSS 3.0 - 'min server memory':

weird error when installing WSS 3.0 (during SharePoint Products and Technologies Configuration Wizard) with SQL 2005. to fix it so that wizard can complete, execute the following on the SQL server:

use master;
go
exec sp_configure 'min server memory','256';
reconfigure with override;

No comments: