• subscribe
February 15, 2005 12:00 AM

Sp_helparticle Lists Publication Articles

SQL Server Pro
InstantDoc ID #45167

I need to see all the articles for a given publication in my replication setup. Is there a system stored procedure that lists all a publication's articles?

Yes, if you're using transactional or snapshot replication, you can use the system stored procedure sp_helparticle. You can run this procedure, executed at the Publisher on the publication database, to enumerate information about a specific article or all articles in a publication. If you don't specify the procedure's @article parameter, the procedure lists all the articles for the specified publication. See SQL Server Books Online (BOL) for details about using sp_helparticle. For merge replication, you would use sp_helpmergearticle to retrieve article information.



ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...