replication

  • EXEC sp_browsereplcmds @xact_seqno_start = '0x000078D9000003FF000100000000'

    Wat result will this give

  • Returns a result set in a readable version of the replicated commands stored in the distribution database, and is used as a diagnostic tool. This stored procedure is executed at the Distributor on the distribution database.

    [ @xact_seqno_start =] 'xact_seqno_start'

    Specifies the lowest valued exact sequence number to return. xact_seqno_start is nchar(22), with a default of 0x00000000000000000000.

    Check the below link for more details:

    http://msdn.microsoft.com/en-us/library/ms176109.aspx

    ----------------------------------------------------------------
    **"There is only one difference between dream and aim. Dream requires Soundless sleep to see…Where as Aim Requires Sleepless Efforts to Achieve":-) **

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

You must be logged in to reply to this topic. Login to reply