dbTalk Databases Forums  

Re: DTS error because Log files are full

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


Discuss Re: DTS error because Log files are full in the microsoft.public.sqlserver.dts forum.



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

Default Re: DTS error because Log files are full - 07-17-2003 , 01:16 AM






How are you exporting the databases ?
The error will come from the destination not the source.
SQL Server will use the log to store transactions before they are committed
Do you have your log set to autogrow ? Sometimes SQL Server's expanding of
the log file cannot keep up with the demand on it and the application will
see a Transaction log full message
If you do not have it set to graow automatically, has it reached the end ?
Have you run out of disk space.?

--

----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org



"Andreas" <andreasy (AT) netu (DOT) com.cy> wrote

Quote:
I use a DTS package which incorporates the export of several dbs on
another
server. Some of the dbs are exported successfully, some not because the
Transaction log is full. What I do not understand is why can the logs be
full since I use Log Shipping which performs backup on all logs every 15
minutes. This should truncate the logs as well right?





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.