If you are receiving errors that your transaction logs are full or your Primary Filegroup is full (which may not actually mean your database is full), then log into your database with SQL Server Query Analyzer or Alentus DB Manager, and run this script to clear your transaction logs:
DUMP TRANSACTION [database_name] WITH NO_LOG
Article ID: 506, Created: March 9, 2011 at 6:31 PM, Modified: March 9, 2011 at 6:31 PM