﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / Performance Tuning  / Memory Management problem / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 01:23:11 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Memory Management problem</title><link>http://www.sqlservercentral.com/Forums/Topic473327-65-1.aspx</link><description>Please compare the size of the row (one record in the table)and also for the limit of the datatype that has been specified to store the files.The extents and size should be multiple of the block size of the operating system file.</description><pubDate>Mon, 24 Mar 2008 10:09:41 GMT</pubDate><dc:creator>anil kumar singh-493266</dc:creator></item><item><title>RE: Memory Management problem</title><link>http://www.sqlservercentral.com/Forums/Topic473327-65-1.aspx</link><description>search support.microsoft.com for this Error 17803 Insufficient memory available sql server 2000 and you can find numerous causes for this.  See if any match your situation.Also, perhaps you can just add more memory to the server?  not sure but memtoleave could also be culprit.  need more information about server and sql server config to provide more advice.</description><pubDate>Mon, 24 Mar 2008 09:58:30 GMT</pubDate><dc:creator>TheSQLGuru</dc:creator></item><item><title>Memory Management problem</title><link>http://www.sqlservercentral.com/Forums/Topic473327-65-1.aspx</link><description>I have a table that has an image data type. Whenever I try to insert data into that column (pdf files) using ADO Objects, it works OK for smaller files (upto 5 MB). Once the file gets bigger than 5900 KB, the insert returns with an error (Insufficient Memory Available). When I ran a trace on the Insert to see the exact error. Following are the trace data:2008-03-23 19:44:04.53 spid84    WARNING:  Failed to reserve contiguous memory of Size= 19398656.2008-03-23 19:44:04.53 spid84    Buffer Distribution:  Stolen=6988 Free=2 Procedures=3294		Inram=0 Dirty=4161 Kept=0		I/O=0, Latched=111, Other=1933002008-03-23 19:44:04.53 spid84    Buffer Counts:  Commited=207856 Target=207856 Hashed=197572		InternalReservation=621 ExternalReservation=0 Min Free=128 Visible= 2078562008-03-23 19:44:04.53 spid84    Procedure Cache:  TotalProcs=1346 TotalPages=3294 InUsePages=19942008-03-23 19:44:04.53 spid84    Dynamic Memory Manager:  Stolen=10279 OS Reserved=1056 		OS Committed=1034		OS In Use=1025		Query Plan=3250 Optimizer=0		General=2648		Utilities=142 Connection=51552008-03-23 19:44:04.53 spid84    Global Memory Objects:  Resource=1151 Locks=56 		SQLCache=445 Replication=52		LockBytes=2 ServerGlobal=848		Xact=362008-03-23 19:44:04.53 spid84    Query Memory Manager:  Grants=0 Waiting=0 Maximum=149464 Available=1494642008-03-23 19:44:04.54 spid84    Error: 17803, Severity: 20, State: 122008-03-23 19:44:04.54 spid84    Insufficient memory available..Can anybody advice me with appropriate memory setting so that the code starts working. This same piece of code works fine on some other server with exact same physical configuration</description><pubDate>Sun, 23 Mar 2008 18:47:04 GMT</pubDate><dc:creator>Dipali-436410</dc:creator></item></channel></rss>