I have mentioned how to enable CLR in SQL Server 2005 in several SQL Server 2005 Tutorials, but I thought I would just put it in its own post just so people can find it easier:
sp_configure 'clr enabled', 1
GO
RECONFIGURE
GO
Filed: SQL Server 2005, Source: David Hayden
SQL Server 2005 Tutorials