MS SQL Server's equivalent to PostgreSQL's EXPLAIN -


is there sql server equivalent postgresql's explain command can run on sql server 2008 r2 express (ie. without sql profiler)?

you should use set showplan_all on before submitting query display execution plan. note, though, scheduled removed in favour of showplan_xml in future version.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -