SQL Server Memory Issue

  • When I CREATE a table in SQL Server and then DROP it, have I used up some memory that is not recoverable?

  • You used some memory in the process due to the procedure and buffer caches. However that memory will be recovered as needed by SQL or the OS at some point. Most likely you make see SQL take a bit more memory and not free but that internally SQL will reutilize as needs be.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply