Print out execution plan?

  • Is it possible to print out the execution plan or to view its data in any other way? when I view the execution plan from SQL Analyzer, it is difficult to view the entire thing because window expands vertically and horizontally..

    Thanks in advance

    Billy

  • If you use

    SET SHOWPLAN_TEXT ON

    GO

    the your query, you will get a text version of the execution plan which you can print out.

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

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