|
|
Question : transaction log disable
|
|
Hi, is it possible to disable the transaction log, so that if I delete a whole pack of records he doesn't write transctions. I don't need them, I have a backup, and they take way to much space. Thx in advance
|
Answer : transaction log disable
|
|
Hi FrederikBonte If you want to stop log,you can do this below: SQL Enterprise Manager->YourDatabase->Edit->Options->Truncate log on checkpoint Be sure the chose Truncate log on checkpoint checkbox,then you will not worry about your log again. This chose truncate your log after checkpoint,so it will not take your space now. Hope it will help you!
|
|
|
|
|