Contents Index sr_article table sr_marker table

SQL Remote User's Guide
  System Objects for Adaptive Server Enterprise
    SQL Remote system tables

sr_articlecol table


Function 

Each row identifies a column in an article, identifying the column, the table it is in, and the publication it is part of.

Columns 
Column Data type Description
publication_id INT A unique identifier for the publication of which the column is a part.
table_id INT The table to which the column belongs.
column_id INT The column identifier, from the SYSCOLUMN system table.

Contents Index sr_article table sr_marker table