We are experiencing memory problems using sp_xml_preparedocument.
The errors are
WARNING: Failed to reserve contiguous memory of Size= 13631488
and
Insufficient memory available.
Investigation shows several stored procedures with sp_xml_preparedocument and without sp_xml_removedocument. Is there any way to free up the memory captured and not released without restarting? If not, does a restart of SQL suffice, or will this require a reboot?
Thanks in advance
Terry