Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The transaction log for database is full
Message
 
 
À
28/02/2008 03:04:11
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
01297295
Message ID:
01297310
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>I have run a script tonight which last for about 4 hours. Near the end of the process, the Messages window indicated this:
>
>"The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases"
>
>Any recommendation on the best way to avoid that?

Set DB recover mode to Simple before running the script and restore afterwards
ALTER DATABASE Whatever SET RECOVERY SIMPLE
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform