Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
Hii everyone,
I have a requirement that i need to transfer/retrive a table data from one database to one or more different database say from sqlserver to oracle and mysql.for example considering sqlserver as a source db and mysql&oracle db's as target db's present in remote server's,whenever i performed any operation(DDL&DML) on my source db table that should reflect to a perticular tables present in oracle&mysql automatically.
Can we do this with Replication?if yes how should i work with replication to meet my above requirement,anyone provide some guidence, what are the possible ways of achieving my above requirement,i.e wheather i should use stored procedure/triggers/cursors/need to schedule jobs?please also provide steps to connect to multiple databases present in remote servers from my local computer(sqlserver db),and try to suggest me which one is better suitable and results good performance.Please suggest me how should i go with this type of requirement.thanks in advance

Thanks
Ramu
Posted
Updated 11-Mar-13 22:58pm
v3
Comments
bbirajdar 12-Mar-13 5:00am    
Use SSIS
Ram7 from Hyderabad 12-Mar-13 5:10am    
Hii thanks for ur responce,will u guide me how to work with ssis,provide some documentation links.
Thanks
Ramu
bbirajdar 12-Mar-13 5:18am    
It is very easy.. Just follow these steps and dont forget to save the SSIS package generated in this process
http://msdn.microsoft.com/en-us/library/ms140052.aspx
Ram7 from Hyderabad 12-Mar-13 5:20am    
Thank u i will go with the above link

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900