del.icio.us/mhinze posts per month select dateadd(month, datediff(month, 0, [Time]),0) , count(*) from posts group by dateadd(month, datediff(month, 0, [Time]),0) order by dateadd(month, datediff(month, 0, [Time]),0) asc domains all time select top 10 count(*) as [Count], dbo.RegexGroup([Href], N’http(|s)?://(?<domain>([\w-]+\.)*[\w-]+)’, N’domain’) as [Domain] from [posts] group by dbo.RegexGroup( [Href], N’http(|s)?://(?<domain>([\w-]+\.)*[\w-]+)’, N’domain’) order by count(*) desc 206    blogs.msdn.com138    weblogs.asp.net114    [...]