I'm running SQL Server on the same machine as my web server (IIS5/win2000 server), but when the site is live and the database is being accessed regularly it causes a substantial memory leak.
I've eliminated all other processes, and tried simplifying all of my SQL (and I don't use any stored procedures, xml, mail or suchlike anyway) but it's still losing around 100Mb per day.
Is there anything I can do?
I've eliminated all other processes, and tried simplifying all of my SQL (and I don't use any stored procedures, xml, mail or suchlike anyway) but it's still losing around 100Mb per day.
Is there anything I can do?