Viewing post 1 (of 1 total)
maybe this for the size requirement:
WHERE
(convert(varchar,((sys.dm_db_partition_stats.used_page_count*8)/1048576))>10)
July 9, 2014 at 7:41 am
#1728047