I have this kind of request from my SQl admin (NW 7.5.1):
- Full database backup every night at 02:00am
- Transaction log (or xlog or incr) backup at every 15min
The full database backup takes for about 1.5h.
My question is: is there any elegant way to tell my SQL group to skip every 15min xlog backup from 02:00am to 04:00am? For that period of time I'll do full backup.
Thnx
- Full database backup every night at 02:00am
- Transaction log (or xlog or incr) backup at every 15min
The full database backup takes for about 1.5h.
My question is: is there any elegant way to tell my SQL group to skip every 15min xlog backup from 02:00am to 04:00am? For that period of time I'll do full backup.
Thnx