Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to configure the data exchange process in Qlik Replicate in such a way that SQL Server replication is not created or enabled?
I’m looking for a solution that would allow me to completely replace traditional replication, which is why this question is so important to me.
Best regards,
Adam
Hello @Adam37168 ,
MS-CDC (Microsoft Change Data Capture) is a suitable option when using SQL Server as a source database, especially when SQL Server MS-REPLICATION is not enabled or not desired.
Hope it helps.
John.
If all of your tasks are snapshot, then yes. Otherwise, I don't believe there's any way since Replicate needs to keep track of what tables are changing and it uses native SQL replication to create a publication and mark the tables as articles.
Hello @Adam37168
You may refer below community link.
Why it needs SQL Server to enable replication when... - Qlik Community - 2065595
Regards,
Sushil Kumar
Hello @Adam37168 ,
MS-CDC (Microsoft Change Data Capture) is a suitable option when using SQL Server as a source database, especially when SQL Server MS-REPLICATION is not enabled or not desired.
Hope it helps.
John.