January 29, 2007 at 7:45 am
While copying 2 tables from one database to another on the same server I receive the following error.
ErrorMessage: Error at Destination for Row number 14131. Errors encountered so far in this task: 1. Log file is full. Backup transaction logs to freeup space.
My log file is currently set to automatically grow and I have plenty of disk space. What else could be the problem?
January 29, 2007 at 10:06 am
Please don't cross-post. Your post in the DTS forum, http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=19&messageid=340467, is in the correct location.
Greg
January 29, 2007 at 9:28 pm
u hav to clear ur log file
by using
BACKUP LOG DbName WITH TRUNCATE_ONLY
DBCC SHRINKDATABASE (DbName,0)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply