memory - How to see what's making SQL Server grow after starting and not doing anything else -


when start sql server won't stop growing , gets on gigabyte within couple minutes. have restarted service several times , each time same thing. after each time restarted service not start applications , have no applications open use sql server.

  1. i turned sql agent off make sure wasn't running anything.
  2. i've tried seeing if profiler show being run didn't see anything.
  3. i tried running query see longest running queries nothing seems out of order there either.

i'm wondering other options have try , figure out what's causing sql server grow incessantly?

you can configure max memory usage: http://technet.microsoft.com/en-us/library/ms178067.aspx


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -