Support for Replication in Source Control 3

JackAceJackAce Posts: 75 New member
Is there any additional support for SQL Server Replication using Source Control 3? We currently use custom scripts to start/stop replication and reinitialize snapshots if necessary. Any documentation you could provide would be greatly appreciated.

Comments

  • Am I right in thinking that you need to disable replication before any table changes?

    If so, your best bet is to add a migration script to cover each change made to a replicated table. This will ensure that SQL Source Control's 'Get Latest' operation and SQL Compare's deployment script generation will use the migration scripts.

    For more information, see: http://www.red-gate.com/supportcenter/c ... Migrations

    David Atkinson
    Product Manager
    Red Gate
    David Atkinson
    Product Manager
    Redgate Software
Sign In or Register to comment.