Skip to content

Category Archives: sql server

TFS2010RC project update

11-Apr-10

The latest update on my Team Foundation Server 2010 RC project.

Changing SQL Server memory utilization on my TFS server

17-Mar-10

In a follow up to my earlier post on TFS2010 and memory utilization on a VM (found here), I have applied the following setting to my SQL2008 instance and I’m restricting SQL to 1.5gb of RAM (out of 4gb). I feel this should be plenty for my small amount of usage. EXEC sp_configure ‘show advanced [...]

ELMAH = awesome

02-Dec-09

So, I'm a bit late to the game on this. But ELMAH (Error Logging Modules and Handlers) is awesome. Basically just drop the dll in your bin folder on your project and adjust your web.config. It handles your error handling and logging automatically. Very slick. I got it in place today on a couple apps [...]