|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Convert text plan to graphical?Does anyone know of a utility that you can copy and paste a text version of
an execution plan or even the BinaryData column from Profiler and recreate the graphical execution plan? Being able to capture the plan in profiler is good, but a graphical representation of this would help when you have a lot of plans to go through. Thanks, Mike SQL Server 2005 does this automatically. Never heard of anything for 2000.
But, I don't use graphical showplans anyway, so I wouldn't be the best person to ask. I can find things a lot more quickly in a text based showplan once you get used to reading them. -- Show quoteMike http://www.solidqualitylearning.com Disclaimer: This communication is an original work and represents my sole views on the subject. It does not represent the views of any other person or entity either by inference or direct reference. "Mike Jansen" <mjansen_n***@mail.com> wrote in message news:eLqoQ3saGHA.4916@TK2MSFTNGP04.phx.gbl... > Does anyone know of a utility that you can copy and paste a text version > of an execution plan or even the BinaryData column from Profiler and > recreate the graphical execution plan? > > Being able to capture the plan in profiler is good, but a graphical > representation of this would help when you have a lot of plans to go > through. > > Thanks, > Mike > > > SQL Server 2005 does this automatically. Never heard of anything for I've got SQL Server 2000. I'm capturing Show Plan All but I'd like to be > 2000. But, I don't use graphical showplans anyway, so I wouldn't be the > best person to ask. I can find things a lot more quickly in a text based > showplan once you get used to reading them. able to reformat what I'm getting. All I need to capture is BinaryData and Profiler shows the text in the text window, but if I export the trace as a trace table, all I have is BinaryData column. Copying and pasting each row from profiler is too tedious. Manually parsing and decyphering the BinaryData column for Show Plan All is too tedious. Is the format for BinaryData for Show Plan All published anywhere? I've searched high and low and come up with nothing. Thanks, Mike Mike Jansen (mjansen_n***@mail.com) writes:
> I've got SQL Server 2000. I'm capturing Show Plan All but I'd like to Your best bet should be to open the trace in Profiler. (There is an> be able to reformat what I'm getting. All I need to capture is > BinaryData and Profiler shows the text in the text window, but if I > export the trace as a trace table, all I have is BinaryData column. > > Copying and pasting each row from profiler is too tedious. Manually > parsing and decyphering the BinaryData column for Show Plan All is too > tedious. > > Is the format for BinaryData for Show Plan All published anywhere? I've > searched high and low and come up with nothing. option Open From Trace Table.) Have you tried to simply interpret the data as it was text? -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx > Your best bet should be to open the trace in Profiler. (There is an I can interpret the text data but the graphical format is much faster for > option Open From Trace Table.) > Have you tried to simply interpret the data as it was text? isolating the performance issues, especially if I'm pouring through many execution plans. It looks like that's my only option for SQL Server 2000. I just thought I'd investigate other ways or throw together my own utilities to help optimize my own performance analysis process, but its looking like it will take more time to put something together than it will save me. Thanks for your input.
Other interesting topics
|
|||||||||||||||||||||||