I'm trying this command base on what I have read on the help collection of SQL server 2008
USE AdventureWorks2008
GO
sp_statistics @table_name = Employee
GO
I receive the result sets in the Results pane but no data under any column
What do I do wrong?