Forum Discussion
drhunter685
Jun 20, 2022Copper Contributor
Database backup with COPY_ONLY and common backupsets
Hi! I need to copy my product database with BACKUP and RESTORE operations. This is an intermediate copy at a point in time. I use backup command with a COPY_ONLY parameter so that this step doesn'...
bake13
Microsoft
Jun 21, 2022Hi drhunter685 -- Try using the "restore headeronly" command on the backup that was supposed to be COPY_ONLY and check that the "IsCopyOnly" bit is set. Take care.