Sorry, but I don't think an updated map (poster) of the replication tables was created for SQL Server 2005. The only one that I am aware of is the general system catalog views that you have already seen.
Regards, Gail
Gail Erickson [MS] This posting is provided "AS IS" with no warranties, and confers no rights
i am ot sure about your requirement. You can do this by creating a user table and populating them through a SP/Job from system tables annd then use it.
Let us know in case you have any further questions on this.
Please Vote & "Mark As Answer" if this post is helpful to you.
I'm looking for a PDF or a document similar to this: http://www.microsoft.com/sql/prodinfo/previousversions/systables.mspx that maps out the replication system tables and their relationships. I'm not sure I understand how I can create a user table and populate it with a stored procedure to do this.