Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable Transaction Logging
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00195608
Message ID:
00195828
Vues:
16
That was my understanding of the logging also, but was just hoping...
Thanks

>It's not possible to disable logging withing SQL Server. You can enable the use of non-logged functions, like WRITETEXT, but in general you cannot disable logging. Nor do you really want to. The information in the transaction log is used to restore the database to a stable state if the server were to prematurely go down (ie crash).
>
>If you do not want to periodically backup the transaction log for recovery purposes, you can set the Truncate Log On Checkpoint database option. SQL Server will automatically remove terminated transactions (committed or rolled-back) from the log when the Checkpoint occurs (about once a minute).
>
>HTH
>
>-MIke
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform