It is a possible of duplicate question may be but please suggest me some work around
I got this requirement.
I have a MSSQL Database with almost 30 Tables with millions of records. Now i need to take Replica of the same in MySql.
The Solution which i am thinking are (This may contains loopholes and it may not be good)
Sol 1 :- I created a linked server of MySql and by using trigger in MSSQL Tables and insert in MySQl For the existing records by using import wizard of workbench import the data.
Sol 2 :- Using SymmetricDS.
What is the best way to achieve this.
I am very new to Database Administration stuffs. Please help me in this regard.
Note :- After we replicated to MySql it should be in sync with MSSQL.
UPDATE :-
If anyone knows as the way dan b
said how to do it via SQL Server Replication Using ODBC please
give some reference.
I tried this steps here. In the second step if i click new publication under Replication SSMS i got this error
SQL Server replication requires the actual server name to make a
connection to the server.
Connections through a server alias, IP address, or any other
alternative name are not suppported. Specify the actual server name,
'USER3-PC'. (Replication.Utilities)
I installed SQL 2008 R2 Express. And this i tried in my local machine.