Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adventures in SQL 2000 with the transaction log...
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Divers
Thread ID:
00500814
Message ID:
00501071
Vues:
27
>What tactics do people us to keep the transaction log small?

Huge question. Basically, if you're using the server for development, enable the Trucate Log on Checkpoint option (6.5, 7.0) or use the SIMPLE recovery model (2000). These will cause SQL Server to toss the inactive portion of the transaction log after each checkpoint.

For a production server, you'll want the transaction log. It's very important for diaster recovery. To manage the size of the log, you'll have to back it up with the BACKUP TRANSACTION command. You'll have to figure out how often based on the activities on the server.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform