sql server - SSMS save results with Query plan to analyze later -


i'm analysing performance issue dmv's return execution performance information (max_worker_time, exec_count, etc) along execution plan text , de query plan xml. this:

ssms result text , query plan

i can extract data ssms query result excel, csv, or text file.

problem is, text , query_plan columns contains commands , spaces. can't export in useful way. mean exported data won't useful @ all.

if close query, loose valuable information.

how can save data in way can continue work later?

edit: know (and did it) can click each execution plan , save file analyse later). must export rest of data excel,then each query plan manually , name files kind of convention can match query plan rest of information... kinda lame.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

go - Idiomatic way to handle template errors in golang -