We have a Datawarehouse application that runs on SQL 2000 currently. (We are upgrading to 2008). The DB is right at 400GB. We are doing a full backup on Friday but the incrementals during the rest of the week. Problem is the incrementals are pretty much the same size as the full backups. Just curious if anyone might have any suggestions or recomendations.
Uhmm check in SQL about rotational logging. If enable this option probably all logs in SQL are the same every day but with new dates, then when try to backup an incremental backup Networker recognize logs are changed then run a full backup.
Maybe logshipping is configured on SQL server, that is not supported. Like Salvor said, if someone job working with SQL transaction log it always generates full backup instead incremental in Networker.
Do you actually have the logging system enabled? If not, it will take Full only. If logging is enabled, then as suggested, a change in date for the log file will be considered as a candidate for a FULL backup only.
salvoemc
45 Posts
195
0
Posted January 7th, 2009 13:00