I have a database running on SQL Server 2008. An exception throws when any statement refers to one specific table called 'stop':
Msg 6533, Level 16, State 48, Line 1
AppDomain mssqlsystemresource.sys[runtime].12171 was unloaded by escalation policy to ensure the consistency of your application. Out of memory happened while accessing a critical resource.
The application domain in which the thread was running has been unloaded.
The database performs only selections, never insert or update, so there is no problem with log. Statements refering any other table works fine.