About 64,900 results
Open links in new tab
  1. Why is my SQL Server consuming so much memory?

    Mar 8, 2021 · I have a 64GB Windows Server 2019 Standard server in my TEST Server. I have SQL Server 2019 CU9 Developer Edition and my the instance is consuming 21,199 MB as …

  2. Why is SQL Server consuming more server memory?

    SQL Server is designed to use all the memory on the server by default. The reason for this is that SQL Server cache the data in the database in RAM so that it can access the data faster than it …

  3. high memory 94% SQL server - Database Administrators Stack …

    Apr 16, 2022 · I am facing a problem with the production SQL server running High Availability Group, 2019. The issue is, the VM memory reached 94% not suddenly but gradually by 8 to …

  4. Memory Usage by SQL Server - Database Administrators Stack …

    Jul 24, 2018 · 17 How do i check memory usage by my SQL server in production box. I am using SQL Server 2016.When ever i check task manager,it shows above 90%. I don't think that is …

  5. sql server - RAM consumption constantly increasing - Database ...

    Mar 10, 2025 · Actual amount of memory in this machine is 16GB. We have noticed a SQL Server behaviour that is really inconvenient. The service starts increasing RAM consumption, up to a …

  6. Memory utilization by SQL Server 2016 [duplicate]

    I am running a SQL Server 2016 Enterprise Edition on Windows Server, with 128 GB of memory. During installation, I assigned 124 GB to the SQL server, since the server is dedicated to SQL …

  7. MS SQL Server - High "Modified Memory" consumption

    Mar 14, 2024 · The SQL Server memory configuration is as follows: The overall memory consumption looks like this: When I look at what consumes this modified memory, I can see it …

  8. SQL Server RAM usage - how to find out where it is going?

    Jan 9, 2022 · Short Version SQL Server is using 34 GB of RAM. But when query the Memory Consumption Report, the buffer pool size, and the ad-hoc query size, it only adds up to around …

  9. OS memory usage is high, but MS Sql server has plenty of free …

    Nov 27, 2024 · 0 On sql server 2019, I occasionally get "Physical Memory pressure" alert. When I check the memory usage, I get two different cases. There is a large memory in free pages. …

  10. sql server - High Memory Usage for SqlBulkCopy - Database ...

    Jun 13, 2024 · Perhaps the server needs some memory to work with binary data from your app or that is just some feature of an "insert bulk" queries' plans. Anyway, I guess such big memory …