Dear Team,
I use to pick the data from one of my database (ex:ProductionDB) in CSV format. This data will be uploaded to another database (ex: ReportingDB).
In this senario :
i am getting speical charater from ProdcutionDB
Ex: ' ProductSample (Here special charater is ( ' --SingleQuotes)) where as this SingleQutes is getting apper as Æ ProductSample ( Æ) in ReportingDB.
I have followed following
------------------------
1. Both DB's collation levels are same
2. For a temp solution we are replced by using Replace
Kindly provide Permanent solution for this
Thanks in advance.