Quantcast
Channel: Red Gate forums: SQL Backup 7
Viewing all articles
Browse latest Browse all 713

RE: Keep replication settings with SQL Backup

$
0
0
Can you try restoring the database using the SQL Backup extended stored procedure, using the KEEP_REPLICATION option e.g.

Code:
EXEC master..sqlbackup '-sql "RESTORE DATABASE test FROM DISK = [g:\backups\test.sqb] WITH REPLACE, KEEP_REPLICATION" '

Viewing all articles
Browse latest Browse all 713

Trending Articles