Thought I'd share something I threw together for a client today. They were looking for index a list of indexes in a database with their associated sizes and usage. SELECT object_name ( i . object_id ) as table_name , COALESCE ( i . name , space ( 0 ))
Read More...