Esempio configurazione con SQL SERVER 2000
sp_configure 'show advanced options', 1 RECONFIGURE GO sp_configure 'awe enabled', 1 RECONFIGURE GO sp_configure 'max server memory', 6144 RECONFIGURE GO
l'uso dell'opzione /3GB nel file Boot.ini consente l'uso di 3 GB massimo di memoria disponibile a SQL Server 2000. |