hi,
there is one replication setup @ sql 2016.
while i query distribution property
USE master
EXEC sp_helpdistributor;
GO
getting error:
Msg 207, Level 16, State 1, Procedure sp_helpdistributor, Line 272 [Batch Start Line 1053]
Msg 207, Level 16, State 1, Procedure sp_helpdistributor, Line 273 [Batch Start Line 1053]
Invalid column name 'deletebatchsize_cmd'.
while check on Distribution Compatibility is 90, shall i change this Compatibility mode to 130 ? is it affects current Replication Setup?