Simply start a new query window for the database and use the statement below: SELECT object_name(i.object_id) as objectName, i.[name] as indexName, sum(a.total_pages) as totalPages, sum(a.used_pages) as usedPages, sum(a.data_pages) as dataPages, (sum(a.total_pages) * 8 ) / 1024 as totalSpaceMB, (sum(a.used_pages) * 8 ) / 1024 as usedSpaceMB, (sum(a.data_pages) * 8 ) / 1024 as dataSpaceMB FROM… Read Article →

Start – Run – type gpedit.msc. Go to User Configuration – Administrative Templates – Windows Components – Windows Explorer. There you will find many settings to play with! ( only for network administrators ) You may need to reboot the computer for settings to take place.

Scroll To Top