If you're running applications on the SQL server consistently, such as the Management Studio, consider limiting the amount of memory the SQL server is allowed to consume. The default is all of it, and it is pleased to do so. By limiting it to a smaller amount you get better performance for applications (with the associated trade-off of loss of SQL memory...)
Specifically, in 2005, choose Server Properties, Memory tab, and change Maximum Server Memory to an appropriate value.