Hello,
I am facing a collation issue on one of the Staging environment server which is been used by 20 around developers.
It has handed over to me so I can setup the transactional replication on it.
I tried creating local publication and got the below error
I tried searching online but didn't get exact solution to react on it.
When I run below
SET NOCOUNT ON
GO
SELECT SERVERPROPERTY('collation') SQLServerCollation
,DATABASEPROPERTYEX('master', 'Collation') AS MasterDBCollation
GO
I got
SQLServerCollation MasterDBCollation
Latin1_General_CI_ASSQL_Latin1_General_CP1_CI_AI
I have only understood that the collation is different at server level and might be changed by someone.
Could someone put more light on the issue and help me out please?
Appreciate the help in advance
Dilip Patil..