I'm trying to simulate a problem when SQL Server is using a lot of RAM. I know I can limit how much it uses but I'm trying to determine if it using too much memory is even the problem.
What types of actions against SQL Server cause it to use a lot of memory? Connections, Update statements, etc?
We've tried writing a sample program that opens a lot of connections but it didn't seem to have much effect.
Any ideas are appreciated.
Thanks.
What types of actions against SQL Server cause it to use a lot of memory? Connections, Update statements, etc?
We've tried writing a sample program that opens a lot of connections but it didn't seem to have much effect.
Any ideas are appreciated.
Thanks.