If you want to run managed code in SQL Server 2005 you need to change the default setting for CLR Enabled from false to true.
To do this, run:
exec sp_configure 'clr enabled', '1'reconfigure
dasBlog theme by Mads Kristensen
Concepts LINQ Entity Framework WCF WPF RESTful Web Unit Testing .NET Workflow More >>
Tools Visual Studio Windows IIS Silverlight More >>
Type Screencast Tools Video Newsletter Sample Article Books Magazine How To Demo Course Products More >>