June 5, 2013 at 8:50 pm
I have a client, who is hosting our database. I have limited access to anything other than our database.
The SQL 2000 is running on Windows 2003 R2 Enterprise edition.
The client is trying to backup the transaction log using the Windows Native backup utility.
The Windows Native backup utility is not truncating the log, so the log is getting bigger and bigger.
My advice to the client was to allow me to create backup plans and write to a network location, this way the log would get truncated. Their answer is no.
I suggested a third party tool, and mentioned RedGate, Idera, and others. Again their response is no.
So, I have little experience with the native backup utility in Windows.
Can anyone suggest a way for the native utility to backup the log and truncate it?
Thanks
Gary
June 5, 2013 at 10:17 pm
AFAIK, the native Windows backup utility doesn't back up the SQL Server logs. You should use the SQL Server backup command (BACKUP LOG TO DISK) and then the Windows Backup utility can pick up that file.
June 5, 2013 at 11:21 pm
Steve, thanks for the reply.
That was my suspicion all along.
Gary
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply