I found the answer here:

[link:msdn.microsoft.com]

SQL Server isn't fully compatible with CLR (.NET) assemblies. Remember that F# (and so C# and VB.NET) aren't compiled like most languages (including C++, Haskell and OCaml).

Quoting from the link I attached:

Note

By default, SQL Server cannot execute CLR code. You can create, modify, and drop database objects that reference common language runtime modules; however, you cannot execute these references in SQL Server until you enable the clr enabled option. To enable this option, use sp_configure.

So it is still possible, just requires a bit more effort.

By on 2/3/2011 6:23 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper