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 |
|
jvetro
Starting Member
2 Posts |
Posted - 2004-05-20 : 09:34:01
|
| One of the IT personnel here added a 1GB transaction log file to one of my DB's. So now the DB has two transaction log files. Is there a way that I can remove the second transaction log file that is 1GB because it is not needed?Thank you |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-05-20 : 12:27:15
|
| Use the REMOVE FILE option in ALTER DATABASE command.Tara |
 |
|
|
jvetro
Starting Member
2 Posts |
Posted - 2004-05-25 : 10:41:11
|
| Thanks for the help, but I am unable to remoce the log file because it is not empty. Is there any other way of remving this file? |
 |
|
|
|
|
|