AboutSQL Server, Analytics, .Net, Machine Learning, R, Python Archives
About Me
Mitch Wheat has been working as a professional programmer since 1984, graduating with a honours degree in Mathematics from Warwick University, UK in 1986. He moved to Perth in 1995, having worked in software houses in London and Rotterdam. He has worked in the areas of mining, electronics, research, defence, financial, GIS, telecommunications, engineering, and information management. Mitch has worked mainly with Microsoft technologies (since Windows version 3.0) but has also used UNIX. He holds the following Microsoft certifications: MCPD (Web and Windows) using C# and SQL Server MCITP (Admin and Developer). His preferred development environment is C#, .Net Framework and SQL Server. Mitch has worked as an independent consultant for the last 10 years, and is currently involved with helping teams improve their Software Development Life Cycle. His areas of special interest lie in performance tuning |
Saturday, December 22, 2012SQL Server: Can a stored procedure cause a memory leak?Yes, a memory leak is possible if you forget to call sp_xml_removedocument (for each matching
Example usage: DECLARE @xml_text VARCHAR(4000), @i INT Another form of memory leak is forgetting to both close and deallocate a cursor: DECLARE c CURSOR Just for the record, even though I always like to see an explicit CLOSE and DEALLOCATE for cursors:
[Note: I rarely use cursors. Wherever possible and appropriate, I always try to do it the set-based way] |
ContactMSN, Email: mitch døt wheat at gmail.com LinksFavorites
Blogs |