Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Extended Events - Excecution Plan

    Here is Extended event script. It is only filtered to one database. 

    CREATE EVENT SESSION [Performance monitor 2] ON SERVER
    ADD EVENT sqlserver.query_post_compilation_showplan(
        ACTION(sqlserver.sql_text)
        WHERE ([source_database_id]=(6))),

Viewing post 1 (of 2 total)