April 29, 2014 at 8:01 pm
We migrated data from oracle to sqlserver using SSMA but when we see data of sqlserver on .NET GUI, formatting is different than oracle data display on .NET GUI.
For an example
we are able to see data of oracle on .NET GUI of a spectific column of grid :
Hello
How are you ?
But in sql server all data is displaying in single line like :
Hello How are you ?
We executed below command on sql server but still able to see data in single row :
update table_name set column_name =replace(column_name,'',char(13)+char(10))
Can you please provide us solution as soon as possible ?
I had already checked , it is not an application issue.
we are using collation as Latin1_General_Bin in sqlserver. Is it the cause ?
When we run query of oracle in sql developer and paste the output of specific column in notepad++, it shows the LF character but
same out put of sqlserver does not show LF character in notepad++.
Still I am not able to find out the root cause why LF character is not shown in sqlserver, we migrated the data using SSMA from oracle to sqlserver .
Will we have to do some setting change in SSMA while migrating data of varchar column ?
May 1, 2014 at 5:03 am
Cross post.
Discussion already started here.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply