SQL


  • Modificar Memoria del Servidor de SQL Server
    • sp_configure 'awe enable', 1
    • RECONFIGURE
    • GO
    • sp_configure 'max server memory', 5120 
    • RECONFIGURE
    • GO