SQL Server Aggregator

How do you shutdown a running SQLCLR appdomain?

When SQL Server creates a CLR appdomain to run code in (a runtime appdomain as noted in the previous blog entry ), the appdomain normally stays in place for the lifetime of SQL Server. This is done to save appdomain create/teardown and assembly load time. Read More...
Published Sunday, July 20, 2008 3:45 AM by Bob Beauchemin's Blog
Anonymous comments are disabled