• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows 2003 pagefile and SQL Server

Chiefcrowe

Diamond Member
I want to move my pagefile from C: to D: on this SQL machine to save space. It is one Hard drive with these partitions.

I am thinking about setting the C: pagefile to 0 and then set D: to system managed.


Does anyone know if this would harm anything?
 
You wont be able to save a crash dump unless the pagefile is on the boot drive, other than that you should be fine.
 
You can create a minidump with just 2MB on the boot drive, so you could set it to something like 8mb just to be safe and the rest moved. A full dump requires the same size pagefile as physical memory plus a few meg. So if its a 1gig system, you'd need 1gig plus about 2meg.


 
Back
Top