What is the best way to display an execution plan from SQL Server on SO?
|
Screenshot sounds fine, or ASCII if you can get away with it. Don't do what this guy did, at any rate: http://stackoverflow.com/revisions/1535085/list Still laughing about that one. |
|||||||||||
|
|
I would say screen cap, or a link to a page that displays it. If it's not an overly complicated execution plan you might also be able to just describe it or list the components in text. |
|||||||||||||
|
|
I don't know about screen shots: the plans can get large. Sql Server has an xml option for query plans. I'd go with that: |
||||
|
|