2> SELECT top 10 cacheobjtype, objtype, usecounts, sql3> FROM sys.syscacheobjects4> WHERE sql NOT LIKE '%cache%'5> AND sql NOT LIKE '%sys.%';6> GO