Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Conflict Alerts

    Script for alert creation (merge replication):

    USE [msdb]

    GO

    EXEC msdb.dbo.sp_add_alert @name=N'Conflict',

    @message_id=0,

    @severity=0,

    ...

Viewing post 1 (of 2 total)