
March 6th, 2008, 09:48 AM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 1
Time spent in forums: 22 m 28 sec
Reputation Power: 0
|
|
|
Many other things you can try as well....
1 change the Recovery model to Simple (If you back up your logs daily you wont need that feature much often)
2. Backup the database with truncate_only option
3. Have auto-shrink option checked under properties of the databases.
4. shrink the file size : If you have access to Enterprise manager on select the database >> Right click on your Database >> Shrink Database >> Files button >> Select log file >> Specify minimum available size
5. There are these undocumented commands
DBCC SHRINKFILE and SHRINKDATABASE commands
You can use the Microsoft Technet site to search for these commande or Google them
|