Koni
2006-08-29 16:00:27 UTC
sp_publication_validation does not seem to show any errors/mismatches
after I delete a bunch of rows from a subscribed table. The ManStud GUI
validation function works fine and catches the mismatch in row counts.
use opeidev
go
declare @ReturnCode int
exec @ReturnCode = sp_publication_validation
@publication = 'OpeiDev'
, @rowcount_only = 1
, @full_or_fast = 0
--select @ReturnCode
on MSSQl 2005 (9.0.1399)
after I delete a bunch of rows from a subscribed table. The ManStud GUI
validation function works fine and catches the mismatch in row counts.
use opeidev
go
declare @ReturnCode int
exec @ReturnCode = sp_publication_validation
@publication = 'OpeiDev'
, @rowcount_only = 1
, @full_or_fast = 0
--select @ReturnCode
on MSSQl 2005 (9.0.1399)