HI team,
while i am trying to enable the database replication under publication properties getting below error,
please reply Answer ASAP.
i am using this query also but no use.[
use master
exec
sp_replicationdboption @dbname =
'mydbname'
,
@optname =
'publish'
,
@value =
'true'
go
] error message is :
Msg 6314, Level 16, State 1, Line 2
Collection specified does not exist in metadata : 'max'