Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-02-28 : 07:41:10
|
| Ashish writes "Actually I am facing the problem I have database whose log file is about 6 GB I want to reduce the physical size of the log file how this can be done. I am already used the truncate option but this is not help to reduce the actual size of the file" |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-02-28 : 14:47:11
|
| What is your database recovery model set to? If FULL, are you performing regular tlog backups? If not, then switch to SIMPLE. After this is done, run DBCC SHRINKFILE to shrink the LDF.Tara |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
|
|
|
|
|