• We've just had the same SQL server error - ( error 701, severity 17, state 123 ). Horrible to track down as even when the server was reporting problems, no SQLs were running! Turned out to be a memory leak in a stored procedure that handled XML (not closing the document properly).