Skip to content

Instantly share code, notes, and snippets.

@bartread
Created January 4, 2017 07:42
Show Gist options
  • Save bartread/29de7896f062ba840db05cd3606ec4e2 to your computer and use it in GitHub Desktop.
Save bartread/29de7896f062ba840db05cd3606ec4e2 to your computer and use it in GitHub Desktop.
Get XML execution plan for plan handle
USE master;
GO
SELECT * FROM sys.dm_exec_query_plan (YOUR_PLAN_HANDLE_HERE);
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment