My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Unload app domains when using the SQL CLR
The new RSS feed is here
SQL Server has a SQLOS that manages the use of threads and memory, this includes how SQL CLR operates within SQL Server. One of the items it does is manage the app domains used by SQLCLR.
A question was raised about if it was possible to unload appdomains directly, just like you can clear the procedure and data cache. Well the poster actually answered the question him self
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Unload app domains when using the SQL CLR