Execution Plan

  • Hi,

    I cam across a situation where as a SQL DBA, i needed to know what a process is doing. I could get the SQL fired using DBCC inputbuffe. but i could not get the execution plan for the same. HOw do i get execution plan of a process ????? I know that it can be done from SQL Query Analyzer but it works for current process only. i want it for other users processes.


    -- Amit



    "There is no 'patch' for stupidity."



    Download the Updated SQL Server 2005 Books Online.

  • Run Profiler, and check the events and columns carefully.

    Cheers

    Ck


    Chris Kempster
    www.chriskempster.com
    Author of "SQL Server Backup, Recovery & Troubleshooting"
    Author of "SQL Server 2k for the Oracle DBA"

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

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