DBCC SHOW_STATISTICS -Cannot find a table or object with the name . Check the system catalog.
Don't forget the quotes
DBCC SHOW_STATISTICS ('schema.tableName','indexName')
Don't forget the quotes
DBCC SHOW_STATISTICS ('schema.tableName','indexName')