|
|
|
|
Browse by Tags
All Tags » C# » Try/Catch » SQLCLR (RSS)
-
If you have many try/catch blocks in your .NET code and your code execution actually passes through them, you should expect a performance hit. That’s intuitive and no surprise.
What is surprising is the extent to which you may experience severe performance degradation when multiple users are executing a piece of SQLCLR code (e.g. calling ...
|
|
|
|
|