I want to rename a subscription database in merge replication. All the subscriptions are synchronized properly.
IS it possible to rename one of the subscription database?
Yes you can
sample query :
update sysmergesubscriptions set db_name='YourDBName'
where subscriber_server='YourSubscriber'