Hello,
I created a replication package, from Dynamis 365 to SQL Server.
However, a column data type from the table was created differently from the source.
[Source] Dynamics 365 custom table: [dbo].[Csh_imovel] field [csh_numero] nvarchar (50)
[Destination] SQL Server table: [dbo].[Csh_imovel] field [csh_numero] nvarchar (10)
Why was it not created with the same type as the origin?
And why was column createdbyyominame not created at the destination?
Best regards,
Gabriel Longarai