Our SQL server log is filled with this message:
- AppDomain xx (DWH_TOOLKIT.dbo[runtime].xx) created.
- AppDomain xx (DWH_TOOLKIT.dbo[runtime].xx) unloaded.
- AppDomain xx (DWH_TOOLKIT.dbo[runtime].xx) is marked for unload due to memory pressure.
We are using a CLR procedure to store error messages in a table, file, event log or Microsoft Operations Manager, and i suspect that it is caused by this CLR procedure.
Does anyone have a clue on how to solve this, except for adding more memory, 64Gb should be enough!!