Optimizing Database Performance
To improve performance, you can use the optimize database command to truncate the database transaction log file. You should perform the optimize command regularly and after performing backup and restore on a database.
* 
The optimize command is only available to Administrators.
You can optimize a database by using one of the following tools:
Model Explorer
ScfUtils command Line
Model Manager
SQL Server Management Studio
For more information about transaction logs, refer to the following help topic for SQL Server:
The Transaction Log