sp_helpsubscriptionerrors (Transact-SQL)
Belirli bir abonelik için tüm işlem çoğaltma hata verir.Bu saklı yordam dağıtımcı dağıtım veritabanı üzerinde sırasında yürütülür.
sp_helpsubscriptionerrors [ @publisher = ] 'publisher'
, [ @publisher_db = ] 'publisher_db'
, [ @publication = ] 'publication'
, [ @subscriber = ] 'subscriber'
, [ @subscriber_db = ] 'subscriber_db'
Bağımsız değişkenler
[ @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.
Sonuç kümesi
Sütun adı |
Veri türü |
Açıklama |
---|---|---|
Kimliği |
int |
Hata KODU. |
saat |
datetime |
Saat, hata oluştu. |
error_type_id |
int |
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
source_type_id |
int |
Kaynak hata KODUNU yazın |
source_name |
nvarchar(100) |
Hata kaynağı adı. |
error_code |
sysname |
Hata kodu. |
error_text |
ntext |
Hata iletisi. |
xact_seqno |
varbinary(16) |
Başarısız bir yürütme toplu iş iş iş günlük sıra numarası başlatılıyor.Yalnızca dağıtım aracıların tarafından kullanıldığında, işlem günlük sıra numarası ilk başarısız yürütme toplu iş iş harekette budur. |
command_id |
int |
Başarısız bir yürütme toplu iş komut KIMLIĞI.Yalnızca dağıtım aracıların tarafından kullanıldığında, bu komut başarısız yürütme toplu iş iş işlemindeki ilk komut kimliğidir. |
session_id |
int |
Hatanın oluştuğu Aracısı oturumun KIMLIĞI. |
Dönüş Kodu Değerleri
0 (başarılı) veya 1 (hata)
Remarks
sp_helpsubscriptionerrors işlem çoğaltma anlık görüntü ile kullanılır.
İzinler
Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü çalıştırabilirsinizsp_helpsubscriptionerrors.