Welcome to MSDN Blogs Sign in | Join | Help

February 2006 - Posts

I found my appdomain, now what?

From the query I described yesterday, here are the different possible appdomain states and what they represent: Appdomain initialization: E_APPDOMAIN_CREATING – Creating the appdomain Appdomain in use: E_APPDOMAIN_SHARED – A Runtime appdomain is ready

It’s 3 AM. Do you know where your appdomain is?

The dmv sys.dm_clr_appdomains is a great way to find information about the appdomains currently loaded in the system, but it doesn’t help if the appdomain in question has already been unloaded. For those DBAs who want to track their appdomains like their
 
Page view tracker