sp_showplan spid, batch_id output, context_id output, stmt_num output
To display the showplan output for the current SQL statement without specifying the batch_id, context_id, or stmt_num:
sp_showplan spid, null, null, null
sp_showplan spid, batch_id output, context_id output, stmt_num output
sp_showplan spid, null, null, null
No comments:
Post a Comment