Hi,
We have developed some SQL CLR stored procedures which calls web service and does some processing. It works fine but on server we keep getting this error message over and over
AppDomain 14 (Assembler.dbo[runtime].14) is marked for unload due to memory pressure.
Here Assembler is the database which has SQL CLR stored procs.
Any idea?? what can be the issue?
Thanks.