Ask a questionAsk a question
 

QuestionSystem Tables Map for Replication

All Replies

  • Friday, August 21, 2009 4:27 AMGary Li _SDS_ - MSFTMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, JWOL,
                Not sure if this is what you want?
                http://msdn.microsoft.com/en-us/library/ms179855(SQL.90).aspx

    Thanks

    Gary
  • Friday, August 28, 2009 3:48 PMJWOL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    It was a map that I was after, rather than a list of tables.  There was one for SQL 2000, but I can't find one for SQL 2005.
  • Friday, August 28, 2009 4:19 PMGail EricksonMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    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
  • Wednesday, September 16, 2009 6:09 AMBikash Dash Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi JWOL,

    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.

    Cheers
    Bikash Dash
    MCDBA/MCITP

     

  • Friday, September 18, 2009 9:07 AMJWOL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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.