Execution plan size and MTL space

  • Is there a way in SQL 2000 to figure out the size of an execution plan for a query/stored procedure? I'm curious to know whether an execution plan is being stored in BPool (<8KB) or MTL (>8KB).

    Thanks in advance.


    Enjoy!

    A Brown

    Manage all of your backups in one simple job using this script.

  • I prefer BPool because we can flush out the buffer by using DBCC command.

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

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