When migrating from an existing database, leading and trailing blanks of column values of String type are removed (ie trim).
If string space is required as a business requirement, I must migrate while keeping the blank.
Is there a way to not trim whitespace of column values of type String?
Prerequisite
- Database Replication 4.10.1 (https://appstore.home.mendix.com/link/app/160/Mendix/Database-replication)
- Source DB: SQLServer 2012 SP1
- Destination DB: SQLServer 2012 SP3