dbTalk Databases Forums  

Log File is Full

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Log File is Full in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Luis
 
Posts: n/a

Default Log File is Full - 06-02-2004 , 03:31 PM






Hi all

I'm working with SQL2000, i'm trying to write a table (2'000.000 registers estimated )using a DTS but every time that I try to run it i receive this error msg

Error Source: Microsoft OLE DB Provider for SQL
Error Description: The Log File for Database 'My_DataBase' is Full, Back up the transaction log for the database to free

Also i have more than 40GB free space on my disk... and the first actions in the DTS are to truncate the log file and the table that i'm writing..

Some Body can Help me to know why is this happend?

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: Log File is Full - 06-02-2004 , 03:52 PM






Check the size you have allocated for the log in My_Database. If it's
set to a max size, you could be running out of space for the log - not
disk space but rather the log is exceeding the size you have allocated
for it. Another possibility is that it's at a fixed size and not
allowed to grow and that you are exceeding the fixed size. And another
option is that it's not growing fast enough - sometimes autogrow
doesn't keep up with other processes.
In any case, check the sizing on the log. If it's not autogrow with
unlimited growth you can set it to that temporarily to see what size
it grows to. Then you can determine a appropriate size for the log
file from there.

-Sue

On Wed, 2 Jun 2004 13:31:10 -0700, "Luis" <jrojas (AT) igerencia (DOT) com>
wrote:

Quote:
Hi all,

I'm working with SQL2000, i'm trying to write a table (2'000.000 registers estimated )using a DTS but every time that I try to run it i receive this error msg:

Error Source: Microsoft OLE DB Provider for SQL.
Error Description: The Log File for Database 'My_DataBase' is Full, Back up the transaction log for the database to free.

Also i have more than 40GB free space on my disk... and the first actions in the DTS are to truncate the log file and the table that i'm writing...

Some Body can Help me to know why is this happend?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.