Prev: Query to find when a total is hit
Next: Possible to do a partial join - for partially matching join fi
From: Frank Uray on 27 May 2010 17:02 Hi all I am having some trouble with threading in a CLR procedure. Here is the scenario: On a SQL Server 2008 instance I have build a CLR procedure written in C#. The procedure works fine. Now I have added multithreading functionality and there are some problems: - As longest there are no exception, all works fine (also the threads). - But, I am unable to catch a exception and I have no plan why ... Also debugging does not work (only for the no threading part), cannot break within another thread. What am I doing wrong ?? Thanks and best regards Frank Uray |