• GilaMonster (9/26/2012)


    Maybe, but maybe not. Older pages may still get tossed out.

    Unless you have buffer pool > total size of all DBs in use, you can't assume that there will be no page evictions. Also, data cache is not the only cache in the buffer pool, there are quite a few others, and then there's workspace memory needed for queries, etc

    Thanks

    This whole post is under the assumption that we're only querying data, we are not doing any Inserts, Updates or Deletes, right?

    The process would be different?

    Thanks