Hi All,
I am facing an issue while replicating an article from oracle to SQL server as oracle is case sensitive while sql server is not.
The Article has an primary key column which stores an value such as "TEST" and "test".but while replicating the article we are getting error stating duplicate value as sql server considers it as same.
How to make Sql server case sensitive so that the record will be inserted properly without throwing any error.
Thanks in advance.