aspose file tools
The moose likes JDBC and the fly likes Replication of data in SQL Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Replication of data in SQL Server" Watch "Replication of data in SQL Server" New topic
Author

Replication of data in SQL Server

Anil Vupputuri
Ranch Hand

Joined: Oct 31, 2000
Posts: 527
Hi,
Reqt. is to replicate data in two DB servers(using Publication & Subscription in SQL Server2000) as data is synchronized , initially I fetch data from First DB server, if its down I go for Secong DB server and fetch the data and vice versa as this procedure continues throughout my application and so need to ping everytime I open a connection to DB server and check whether its running.
So, is there any other alternative to test whether connection object is alive to proceed to other server.
Thanks,
Anil


SCJP 1.5, SCEA, ICED (287,484,486)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Replication of data in SQL Server
 
Similar Threads
Connection...
Can we extract the data from resultset after the connection get closed.
can the data fetching time be extended?
Oracle DB Link to SQL Server 2000
Improving performance of a REST Webservice