Tag: SQL Memory

  • Microsoft SQL Server – Limiting Memory Usage

    To limit SQL servers’ memory usage SQL Server has a setting called “Maximum server memory (in MB)”. This setting is used to limit the amount of memory SQL server can use. By default, it can consume all memory and will release memory as other processes open on the system. When multiple instances of SQL are…