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 - 2004-11-19 : 07:47:04
|
| Jefy writes "How to shrink or truncate sql server transaction log automaticaly??" |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-11-19 : 11:53:55
|
| You shouldn't shrink a database automatically in a production environment. In other environments though, you can select the autoshrink option in the database properties. Truncating the log, well what's your recovery model? You probably only need SIMPLE unless you need the ability to restore to a point in time.Tara |
 |
|
|
|
|
|