SqlBackup and replication block by block
achauvet
Posts: 9
Dear Support,
I have a question.
We want install SQL Backup on a server. This server is a replication of a other one (for SQL Server). We make this replication block by block (DoubleTake software)
SQLBackup can it run normally ?
Or a other one licence it's needed ?
sqlbackup change it Master database or an another database ?
Thanks
Anthony
I have a question.
We want install SQL Backup on a server. This server is a replication of a other one (for SQL Server). We make this replication block by block (DoubleTake software)
SQLBackup can it run normally ?
Or a other one licence it's needed ?
sqlbackup change it Master database or an another database ?
Thanks
Anthony
Anthony
Comments
SQL Backup essentially instructs SQL Server to back up to a virtual device, instead of a disk or tape. When data is written to the virtual device, SQL Backup compresses and/or encrypts the data, before writing it out to disk. Thus, if you can back up the databases on your replication server using regular SQL Server BACKUP commands, you ought to be able to use SQL Backup.
As for data changes, SQL Server will write information re the backup to some tables in the msdb databases, while SQL Backup will edit some rows in the msdb..backupmediafamily table.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8