Comments
2 comments
-
I don't have any experience with DoubleTake, but perhaps an explanation of how SQL Backup works may help.
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. -
We have had one user that I know of who has used SQL Backup with doubletake. It seems to work except the backup/restore history is inaccurate because of the way that DoubleTake replicates system databases like MSDB.
Add comment
Please sign in to leave a comment.
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