- Green versionView
- Green versionView
- Green versionView
- Green versionView
These memories are generally used as cache when Sql Server is running. For example, if you run a select statement, Sql Server will load the relevant data page (the data operated by Sql Server is in units of pages) into the memory. The next time you request the data of this page again, there is no need to read the disk, which greatly improves the speed.
This type of cache is called data cache. There are also other types of caching. For example, when executing a stored procedure, Sql Server needs to be compiled first and then run. The compiled results will also be cached, so there is no need to compile again next time. SQL Server Memory Releaser is software made to solve this problem.

Change log
1. Fix some software errors and make the software more stable
2. Fixed the problem that some netizens reported that they could not be released

















Useful
Useful
Useful