Sign in
SQL Server 2005: CLR Integration
Samples, tips and tricks, insights from the CLR Integration team at SQL Server.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Pages
Archive
Archives
November 2006
(1)
October 2006
(1)
July 2006
(2)
June 2006
(8)
April 2006
(2)
March 2006
(3)
February 2006
(2)
November 2005
(3)
October 2005
(2)
July 2005
(1)
June 2005
(3)
May 2005
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server 2005: CLR Integration
How to tell if your code should be yielding
Posted
over 7 years ago
by
Steven Hemingray
1
Comments
As we saw in the last post, cooperative clr code that explicitly yields during long-running computations outperforms clr code that gets forcibly rescheduled. How should one discover sql/clr code that is considered 'runaway' by the server and could be...
SQL Server 2005: CLR Integration
Who says tough guys never yield?
Posted
over 7 years ago
by
Steven Hemingray
0
Comments
Perhaps you've seen the following note in BOL advising SQLCLR users to explicitly yield in their long-running CLR functions: "Long-running managed code that accesses data or allocates enough memory to trigger garbage collection will yield automatically...
Page 1 of 1 (2 items)