SQL Server 2005 RTM
According to Euan Garden, SQL Server 2005 went RTM today and the Developer Edition is available on MSDN subscribers downloads now.
Yee-haa!! It's early even!
SELECT TOP 3 PERCENT * FROM Mike.Thoughts
WHERE BrainFunction > 0.1
AND SubjectMatter in ('Microsoft SQL Server', 'Whatever')
AND Topic IN (SELECT RAND(Topic) FROM Mike.RecentIdeas)
ORDER BY ThoughtDate DESC