We're replicating the data from Oracle to SQL Server using Attunity.
In Oracle database , the table MEMO has a Description column which has some value.
(for ID = 1)
Description = 'This is test record'
But SQL Server is not showing that value in the Description column(where id =1), it is showing empty.
And when I'm querying the same table using Dbeaver , the Description column is showing a character 'p'.
Description = 'P'
I tried to copy in Notepad++ enabling show all characters but still no use. Help me in this strange behavior.