sp_helpsubscriptionerrors (Transact-SQL)
SQL Server 2008 Books Online (October 2009)
sp_helpsubscriptionerrors (Transact-SQL)

Returns all transactional replication errors for a given subscription. This stored procedure is executed at the Distributor on the distribution database.

Topic link icon Transact-SQL Syntax Conventions

Syntax

sp_helpsubscriptionerrors [ @publisher = ] 'publisher'
        , [ @publisher_db = ] 'publisher_db' 
        , [ @publication = ] 'publication' 
        , [ @subscriber = ] 'subscriber' 
        , [ @subscriber_db = ] 'subscriber_db'
Arguments

[ @publisher = ] 'publisher'

Is the name of the Publisher. publisher is sysname, with no default.

[ @publisher_db = ] 'publisher_db'

Is the name of the publication database. publisher_db is sysname, with no default.

[ @publication = ] 'publication'

Is the name of the publication. publication is sysname, with no default.

[ @subscriber = ] 'subscriber'

Is the name of the Subscriber. subscriber is sysname, with no default.

[ @subscriber_db = ] 'subscriber_db'

Is the name of the subscription database. subscriber_db is sysname, with no default.

Result Set

Column name Data type Description

id

int

ID of the error.

time

datetime

Time the error occurred.

error_type_id

int

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

source_type_id

int

Error source type ID.

source_name

nvarchar(100)

Name of the error source.

error_code

sysname

Error code.

error_text

ntext

Error message.

xact_seqno

varbinary(16)

Starting transaction log sequence number of the failed execution batch. Used only by the Distribution Agents, this is the transaction log sequence number of the first transaction in the failed execution batch.

command_id

int

Command ID of the failed execution batch. Used only by the Distribution Agents, this is the command ID of the first command in the failed execution batch.

session_id

int

ID of the agent session in which the error occurred.

Return Code Values

0 (success) or 1 (failure)

Remarks

sp_helpsubscriptionerrors is used with snapshot and transactional replication.

Permissions

Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_helpsubscriptionerrors.

See Also

Reference

sp_helpsubscription (Transact-SQL)
sp_helpsubscription_properties (Transact-SQL)

Help and Information

Getting SQL Server 2008 Assistance
© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View