Search

Copy only backup on 2012 server by Juha Haapsaari

Active

1
0
Sign in
to vote
Type: Bug
ID: 777865
Opened: 1/30/2013 3:36:50 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
When full database copy only backup is taken, next transaction log backup taken afterwards link to copy only backup not to previous normal full or differential backup.

Same problem after updating SQL 2012 SP1. Is this then intended functionality change compared to previous versions of SQL server? At least I could not find a documentation about the functionality change.
Details (expand)

Product Language

English

Version

SQL Server 2012 - Developer Edition

Category

SQL Engine

Operating System

Windows Server 2008 R2 Enterprise (SP1)

Operating System Language

English

Steps to Reproduce

Take normal full backup of database
Take normal transaction log backup of database
Take normal differential backup of database
Take copy only full backup of database
Take normal transaction log backup of database

Actual Results

Restore wizard of the database shows two restored backups: copy only full + latest transaction log

Expected Results

Restore wizard should show first normal full backup + normal differential backup + latest transaction backup

Platform

X64

Virtualization

Hyper-V (On-Premise)
File Attachments
0 attachments
Sign in to post a comment.
Posted by Juha Haapsaari on 3/2/2013 at 1:24 AM
If I remember correctly it was not only a bug in UI. If restore commands executed individually in correct sequence:
1. restore last normal full backup
2. restore last differential backup (if exist)
3. restore first transaction log backup taken after last differential or normal full backup -> error if copy only full back has been taken after last normal full or differential backup

If restore commands are executed as presented in UI, so use copy only backup also then restore sequence is OK. So it seems that it's actually a problem where copy only full backup really is really used as reference for transaction log backups taken afterwards.
Posted by Microsoft on 2/21/2013 at 10:42 AM
Thank you for reporting this issue - we are investigating and will update you when we have more information.

Thanks,

Alex Grach [MSFT SQL SERVER]
Posted by Microsoft on 2/20/2013 at 11:40 AM
Looks like a bug in the UI for backup set to restore - I was able to repro in SQL12 RTM version, but if you click on the timeline, previous backups are available, if you select the corresponding full backup, then the backup set will change to show the original full backup.
Sign in to post a workaround.