Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Server memory is low

Author  Topic 

komnaz
Starting Member

5 Posts

Posted - 2011-01-20 : 01:33:31

Hi,

I am getting an error XML document could not be created because server memory is low. Use sp_xml_removedocument to release XML documents. While i am using sp_xml_removedocument in my procedure.
I am using SQL Server2008 r2 . Is there any issue related to memory leakage. When i kill the process then the procedure is executed but after some time again i get the same error.
   

- Advertisement -