Groups | Blog | Home
all groups > sql server replication > july 2006 >

sql server replication : Validate subscriptions


Deni
7/29/2006 7:29:01 PM
SQL server 2000
replication - Tran with read only subsriber
When i run Validate subscriptions on publication i see error as below :

SQL server enterprise manager could not validate subscriptions.
Error 20585: Validation failure. Object '(null)' does not exist.

Hilary Cotter
7/30/2006 10:50:28 PM
Try running it through query analyzer

exec sp_publication_validation @publication = N'MyPublication',
@rowcount_only = 1, @full_or_fast = 2, @shutdown_agent = 0

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button