Hi folks,
I want to change the collation property for a database involved in replication and my steps are below
disable all the replication jobs
make it single user on both the subscriber and publisher
change the property and enable all the jobs and verify if the repliaction is working, I have tested this situation and its working
But i went on did some research found out in msdn website below
https://msdn.microsoft.com/en-us/library/ms188769.aspx
they want me to use below stored procedure to change the collation property. Can you please give me a sample script to do this change
sp_replicationdboption
Thanks
Vc
vamshi