Hello I want to replicate my Database which is of MSSQL Server 2012 Express Edition. with MySQL database. I have used SSIS Packages & Linked server that both works good. but i want to use replication feature. Can any one please suggest how can i replicate this.
(comments are locked)
|
When I first read your question, I had planned to respond suggesting SSIS followed by linked servers. Of course, once I clicked the link and read your entire question, I quickly realized you already know about those and want to use the replication feature. Unfortunately, built-in SQL Server replication is only for communication between 2 SQL Server databases. There may be a 3rd party option, but SSIS and linked servers are the only options I am aware of that are part of SQL Server and do not require additional costs. If you find a good solution, please post an answer to your own question so others know what worked (or didn't work) for you. Thanks and good luck. Thanx for the reply :)
Sep 24, 2015 at 11:10 AM
harshvyas
(comments are locked)
|