replication

  • I have snapshot replication setup in a sql server 2000 environemnt. I want to be able to check whether the snapshot failed and write to a text file if it failed.

    What replciation table has the success/failure for snapshot?

    Is there another way here? It's just the sql server's are on a different LAN and SQL Mail does not send out.

  • MSsnapshot_history table contains the details you are looking for. You can see this in the Distribution database.

    Select Agent_ID, runstatus, start_time from Mssnapshot_history where runstatus = 6

    Shas3

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

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