--清除日志  
  use   master  
  backup   log   数据库名   with   no_log  
  dbcc   shrinkdatabase   (数据库名)  
   
  --可以用作业来定期清理日志