Hi,
You can use the following query to reconfigure the physical memory
USE master
EXEC sp_configure 'max server memory (MB)', '3'
RECONFIGURE WITH OVERRIDE
Or In the Enterprise Manager Section right click on the Instance and select properties and in the Memory Tab you can set the Required Memory Settings
Regards
Pradeep
Pradeep
|