Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 5 machines . In all machine sql server is installed but .Net application is installed only in one machine. Now i have to update all sql sever DB from that application .
but whenever network arises any kind of problem , in that case i need to update remaining DB . But later on whenever 5th machine gets network it should be update automatically .Can i create any kind of scheduler in C# . Please let me know what is best solution for that .

[edit]Amit : Removed eMail ID and Pre tag[/edit]
Posted
Updated 15-Apr-13 17:49pm
v3

1 solution

Hi,

Use your .net application to make sql operations against one server only.
Configure Log Shipping, for update the other sql machines.

Log Shipping[^]

Cheers,
JAFC
 
Share this answer
 

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