I'm using the following command to try and enable the CLR on a SQL Server 2008 instance
EXEC sp_configure 'clr enabled', 1
GO
RECONFIGURE
GO
But I still get the following error
Execution of .NET Framework code is disabled. Set "clr enabled" configuration option and restart the server
Do I need to do anything else?