Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to truncate a transaction log file?
Message
De
18/10/2002 10:13:42
 
 
À
19/09/2001 12:21:57
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
00558317
Message ID:
00712857
Vues:
29
> Truncation does not physically reduce the size of the log file.
> For that, run
>
> USE myDatabaseName
> DBCC SHRINKFILE (myDatabaseName_Log)
>
> The log file retains all transactions executed on your database unless you > set options to control that, that's why it may be bigger than the actual
> database.

I did with success the command DBCC SHRINKFILE to reduce my log file many times in the past (every month), and now it is unsuccessful. I do not understand why suddenly it do not works. Someone can explain to me why??
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform