Hi Experts,
Microsoft SQL Server 2008 (SP3) - 10.0.5500.0 (X64)
Enterprise Edition (64-bit)
Distribution agent is getting failed with below error messages,
Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x000507F60000A40D029500000000, Command ID: 2)
Error messages:
- Syntax error, permission violation, or other nonspecific error (Source: MSSQLServer, Error number: 20025)
Get help: http://help/20025 - Syntax error, permission violation, or other nonspecific error (Source: MSSQLServer, Error number: 42000)
Get help: http://help/42000
With sp_sp_browsereplcmds, found the statement which is being failed to delete in subscriber though the records exists on the particular table
{CALL [dbo]. [sp_MSdel_xxxxxxxxx] (7,9426,20160422)}
I do not want to reinitialize the subscriber. Kindly help to fix this issue