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
- Source DB: SQLServer 2012 SP1
- Destination DB: SQLServer 2012 SP3