November 2009 - Posts

1
Comments

Configuration, System.Diagnostics and Medium Trust by joelvarty

In the past, I have widely used, and been a fan of, TextWriterTraceListener and EventLogTraceListener configured via the web.config in order to output diagnostics information from a web app or site.  These things have been there since .Net 1, so...
Filed under: , ,
0
Comments

Shrinking your SQL Server 2005 Transaction Log by joelvarty

I get this question all of the time, and there is a great support article from Microsoft on how to do this. One of the ways to truncate the log file is to simply detach the database and re-attach it without the log. I DO NOT recommend that unless it is...
Filed under: ,
More Posts