Can we reduce the font size for the code block? When using the code block the resulting text is way too large. (As viewed in IE 8) Example:
SELECT b.name, a.index_id, a.page_count
FROM sys.dm_db_index_physical_stats (DB_ID (), OBJECT_ID ('dim_sales_rep'), NULL, NULL, 'LIMITED') a
JOIN sys.indexes b
on a.object_id = b.object_id
and a.index_id = b.index_id
Here is an image of how I see the text in IE 8 in case it renders differently in other browsers:
Phil Brammer | http://www.ssistalk.com | Twitter: http://twitter.com/PhilBrammer