Hi,
I'm trying to replicate some tables from an MS SQL Server DB to a HANA system via SLT. Replication can be configured without a problem but I am not very happy with the result in HANA.
Here is an example of a table in SQL Server:
This is the replicated table in the HANA system:
Well, all fields are there and probably no data would be lost, but there are several things which seem very strange.
1) The numeric fields have all length 31
2) All fields have the attribute "NOT NULL", in the source table this was only set for BAS_ID
3) The order of the fields is different
Is this behaviour normal? Thx for any hints.
Best regards
Harry