Memory leak using sql server

I have a rails app running on windows 2003 server under apache,
connecting
to a sql server databse on a different windows box.

Ive seen the memory go from about 30M at startup to about 130M at the
end of
the day.

Ive used a modified form the object stats code from ( I think ) Robert
Klemme.
This seems to show that the
WIN32OLE object gets created often( and appear to not be getting
cleared)
Ive trying to get some sample code to show this happening.
Im using Rails 1.0

Thanks
Paul