SQL Server 2005 replication errors table
Posted by Garry Shutler in Replication
Just a quick one so I have this as a reference as it takes me a while to find it each time I forget.
The SQL statement to get the errors from replication as the ones the monitor gives you can be very vague is:
select * from msdb.dbo.sysreplicationalerts
Note that it is only a status type message unless error_id is not zero.
This entry was posted on at Friday, April 24, 2009 and is filed under Replication. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
SQL Server 2005 replication errors table
2009-04-24T08:05:00+01:00
Garry Shutler
Replication|
