The Exceptional EXCEPT clause
- by steveh99999
Ok, I exaggerate, but it can be useful…
I came across some ‘poorly-written’ stored procedures on a SQL server recently, that were using sp_xml_preparedocument.
Unfortunately these procs were not properly removing the memory allocated to XML structures – ie they were not subsequently calling sp_xml_removedocument…
I needed a quick way of…