Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Transaction Replication & Default Values

    I think you don't have to worry about it as when transaction will be replicated to subscribers it will take whatever happen to the transaction as a whole default will not come...

  • RE: Removing Replication

    Also At publication do this in sequence

    EXEC sp_dropsubscriptions ,,,,...............

    EXEC sp_droppublication ,,,,,.................

    EXEC sp_replicationdboption ,,,,,,,.................... (Set to fasle)

    EXEC sp_dropsubscriber

    EXEC sp_dropdistributor

     

    and you are done

    Thanks

    Sanjeev

     

  • RE: Changing the startup account password

    Also you can use SQL Server Configuration Manager (SSCM) to do the same instead of using services directly.

     

    thanks

    sanjeev

Viewing 3 posts - 1 through 3 (of 3 total)