| Thread | Last Post | Replies |
|
| Multiple calls to CLR SP results in "Context Connection Is Busy" | 25 Jul 2009 02:16 GMT | 2 |
We have some VS 2008 .Net code which is performing database related queries which has been marked for use as a CLR Stored Procedure and running in SQL 2005 which runs fine for one user. But we are having problems when calling the same stored procedure via multiple clients at the ...
|
| Implementing CLR Proc's | 23 Jul 2009 18:57 GMT | 4 |
We have recently moved to SQL 2008 and our Developers are now asking about implementing CLR proc's in the very near future. I know very little about this, but found an interesting article here on how we can implement them. http://www.sqldbatips.com/showarticle.asp?ID=22
|
| CLR SSL Problems - Unable to connect to the remote server | 02 Jul 2009 18:22 GMT | 3 |
I have developed a set of CLR stored proc's that need to connect to a remote server over SSL. I have tried over HTTP and it all works fine, but when I try over HTTPS. I receive the error: "Unable to connect to the remote server --->
|
| Could not establish trust relationship for the SSL/TLS secure channel | 01 Jul 2009 17:34 GMT | 3 |
I'm using SQL Server 2005 and trying to write a clr stored procedure which uses the HttpWebRequest class to make an HTTPS request and getting the following exception. System.Net.WebException: The underlying connection was closed: Could
|