The sql-clr tag has no wiki summary.
2
votes
0answers
28 views
Multithreading caching in SQL CLR
Is there any mechanism available to a SQLCLR assembly for caching that will still work when the assembly is registered as "safe"?
The cache needs to be thread-safe, so it can be shared by multiple ...
1
vote
0answers
41 views
Asynchronous processing of SQL CLR results that can dynamically add more work
I have an application that consists of Web-services that make calls to a sharded SQL Server database. Each database node has a SQL CLR stored procedures, which given some number of records to process, ...