Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team
I've been having the following issue with a table during CDC
This error suspends the whole task:
This error suspends just the table, but both references the same.
We are replicating using MS-CDC from an on premises database to an Azure SQL db
Would anyone know what could be any of the issues? Seems like something is going bad when converting the UI to int?
Cheers!
Looks the target table was not created by Replicate, as by default uniqueidentifier data type maps to STRING in Replicate and INT is not correct.
Here is the user guide link:
Looks the target table was not created by Replicate, as by default uniqueidentifier data type maps to STRING in Replicate and INT is not correct.
Here is the user guide link:
Hello team,
If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.
Regards,
Sushil Kumar