Friday, 3 May 2013

Set the maximum amount of memory to 64 MB:

use master   // master - Database Name
EXEC sp_
CONFIGURE 'max server memory (MB)', 64
RECONFIGURE WITH OVERRIDE 

No comments:

Post a Comment