Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The transaction log for database is full
Message
 
 
To
28/02/2008 03:04:11
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
01297295
Message ID:
01297310
Views:
11
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform