SQL Server needs to maintain the transaction log to support transaction integrity, so you can just turn it off.
Basically you can set the recovery mode by database to simple, this will not turn off logging, but will minimize the amount of information stored in the log.
Gregory Larsen, DBA
If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples