I'm attempting to use transactional replication to get data across from a database to my data warehouse for processing. Is it possible to have additional fields in the subscriber replication table as well as the fields specified in the replication process?
At present I'm getting the error message:
"String data, right truncation" and "Unexpected EOF encountered in BCP data-file" when I try to apply the snapshot to the destination table. Is this due to the additional fields present.
I know I could avoid this by having the additional (empty) fields in the publisher table, but it would be nicer not to.
Any advice would be great