copy data from one server to another server using db2 by c#.net appln.

Posted by Punitha2013 under C# on 11/26/2013 | Points: 10 | Views : 3735 | Status : [Member] | Replies : 2
Hi All,


I need code for copy database from one server to another server using db2 database with c#.net application.




Thanks in advance.




Responses

Posted by: vishalneeraj-24503 on: 11/26/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Please refer below links:-
http://stackoverflow.com/questions/17663451/get-rows-from-database-and-insert-them-into-another
http://stackoverflow.com/questions/7736399/t-sql-select-a-bunch-of-data-from-another-db-and-copy-to-db2
http://stackoverflow.com/questions/18209230/to-transfer-data-from-sql-server-database-to-another-copy-of-the-same-database
http://stackoverflow.com/questions/17747034/copy-data-from-one-table-in-one-database-to-another-table-in-another-database

Punitha2013, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Suchitrab on: 11/27/2013 [Member] Starter | Points: 25

Up
0
Down
If its for a development of a web application, my solution would be instead of replicating the data in SQL servers create a web API or have a linked server.

Punitha2013, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response