IonelBurtan
Programmer
Hi everybody,
I have a "replication problem" like that:
In a new system I must implement a structure of two mirrored SQl server with one identical database. Reason for this: system backup in real-time
Restriction:
- the databases must be identical at all times - real time, not from time to time.
- if one server fails the activity must continue with the other one, of course with a warning in all subsequent applications.
- when one lost server is back again, I must be able to get it mirror the running one WITHOUT stopping the running server.
What would you recomend? What probelms may I have (like id collisions, autonumbered columns etc.)?
Thanks in advance,
Any help apreciated
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...
I have a "replication problem" like that:
In a new system I must implement a structure of two mirrored SQl server with one identical database. Reason for this: system backup in real-time
Restriction:
- the databases must be identical at all times - real time, not from time to time.
- if one server fails the activity must continue with the other one, of course with a warning in all subsequent applications.
- when one lost server is back again, I must be able to get it mirror the running one WITHOUT stopping the running server.
What would you recomend? What probelms may I have (like id collisions, autonumbered columns etc.)?
Thanks in advance,
Any help apreciated
s-)
Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness...