We wanted to call a .NET Managed code (deployed as dll) from a Stored Procedure in (SQL Server 2005/2008)
We found couple of solutions, but couldn't get it working:
Following steps mentioned in the article at this place http://www32.brinkster.com/srisamp/sqlArticles/article_33.htm - leaves us with following error code: 0x80131700
In another article, it was mentioned to create COM+ server application for this error, but that is not possible in our environment. http://www.sqlnewsgroups.net/group/microsoft.public.sqlserver.server/topic16144.aspx
Is there a properly documented & tried out solution for this?