Hi Folks,
Have been site:nettalkcentral.com'ing because I know I've read something about sql + memory growth + reducing due to file access etc, but can't find it.
1. I have a process that gets run which calcs totals from a number of different mssql tables (say ~25) and pushes the totals into a memory file. This process happens per user, and it gets run on about 10 users.
2. The MSSQL Service, if I watch it in Process Explorer, goes from about 905 meg to 3.5-4 gig in memory usage over the time this process runs (it takes a few minutes to run).
3. I've got code in the delete session embed, but as far as I know that's for reducing the memory size of the webserver file, not mssql.
- And anyway, running it does not seem to affect the mssql service memory size at all.
What's the best way, or some good ways, to reduce the size of the mssql service memory usage?
I seem to remember that there was talk that the memory IS being reduced, but the task manager / process explorer won't show that. My concern is that the server IS starting to show load issues when it rises. So I guess I'm wanting to just understand and clear up what is happening.