because you just can't whistle and eat crackers at the same time
SELECT TOP 10 * FROM sys.all_objects ORDER BY modify_date DESC
EXEC sp_MSForEachDB N' USE [?]; SELECT DB_NAME(); SELECT TOP 10 * FROM sys.all_objects ORDER BY modify_date DESC '