SQL Server Settings Optimization Tips
Posted In: SQL Server
***** # You can increase the ‘min memory per query’ option to improve the performance of queries that use hashing or sorting operations, if your SQL Server has a lot of memory available and there are many queries running concurrently on the server. The SQL Server will automatically allocate, at a minimum, the amount of […] ↓ Read the rest of this entry…
Comments Off