I have an issue with a server memory. SQL server is allocated 32 Gb out of 40 GB memory and sql server is using all the memory which is allocated to it.The memory usage is gradually increasing to the max value that is allocated to SQL Server.I have tried all ways but still no luck:1. Killed all the open transactions.2. Cleared the system cache.3. Cleared session cache4. Cleared procedure cache.5. Checked for blocked transactions and killed them.6. Ran DBCC opentran and found no open transactions.
↧