Error: 17803 : Insufficient memory available...
1.
I'm running a time & memory consuming operation on SQL server 2000
(Bulk Copy from a big XML file). The box is Windows 2000 Advanced Server
with 2GB RAM. SQL Server 2000 has SP 4.
I'm getting the following error:-
"Error: 17803, Severity: 20, State: 12
2006-06-02 18:20:30.13 spid53 Insufficient memory available.."
I read several forums and learnt that adding /3GB switch in boot.ini
file will make SQL Server recognize more than 2GB.
My question here is, since the box has only 2GB, does it make sense to
add /3GB switch? Does it help? If not, what else would be the solution?
The worst part is sql server stops executing while some more operations are still pending.
2.
I have another box which has the same settings (infact less RAM, ~1.5
GB RAM). this box performs exactly same operations as the above one, but
finishes gracefully without givig me any error.
Any clue why the above one errors out and not this one?
Appreciate your help on these.
Thanks
Jai
|