I want to extract some information out of the DBCC SHOW_STATISTICS command. So I have been trying to do this with a subquery, but until now it seems to be impossible. Via google, I found some suggestions with a temporary table, but this seems to require to define the temporary table first.
Is there any solution, or can people confirm that this is impossible?