Greetings everyone,
I'd like to establish transactional replication in SQL Server 2005 by restoring a backup of the publisher on to the subscriber using SQL Backup (v5) file. The difficulty I'm encountering is that SQL Server cannot read the red gate backup file format (sqb).
Parameters for consideration when calling sp_addsubscription:
@sync_type = N'initialize with backup'
@backupdevicetype = disk
@backupdevicename = ' .sqb'
Has anyone had any luck with this ?
Thanks for your help!