| Author |
Topic  |
|
|
AskSQLTeam
Ask SQLTeam Question
USA
0 Posts |
Posted - 03/04/2004 : 08:25:32
|
Joel writes "Hi guys. I'm just new in using SQL Server. I work as a Technical Support for hospitals here in the philippines. I jst encountered that the server's O/S was infected and was corrupted. Badly, we can't restore the data in it. Due to this problem the hospital worked for 2days without a system. So we purchased a new Server for backup. Is there a feature in EM that can automatically update a backup database that we created in the backup server on real-time. This way, we will not worry again if the main server fails we still have our data intact.
Any help and suggestions are very much appreciated.
thanks...
Joel Manila, Philippines" |
|
|
raymondpeacock
Constraint Violating Yak Guru
United Kingdom
367 Posts |
Posted - 03/04/2004 : 08:48:28
|
There's no EM feature, but to have near real-time availability on a standby server you should look into Replication or Log Shopping (if you use SQL Enterprise Edition).
Raymond |
 |
|
|
tkizer
Almighty SQL Goddess
USA
35007 Posts |
Posted - 03/04/2004 : 12:22:20
|
Also, look into clustering the server with the backup one. That'll allow automatic recovery if a hardware problem occurs on the primary server.
Tara |
 |
|
|
MuadDBA
Aged Yak Warrior
USA
623 Posts |
Posted - 03/05/2004 : 15:41:44
|
Replication really isn't the way to maintain a backup server. Configure it wrong, forget to add a new table to the replication, whatever, and your "backup" database doesn't really represent a "backup" at all. It's better for reporting and data synchronization.
Log Shipping can be done EASILY without the need for Enterprise Edition (not that I am discouraging you from buyin EE), there are scripts out there that will help you set it up via the automated, MS way or you can set it up on your own if you have the time and inclination. Look it up in books online. Concept is simple, implementation is a bit more difficult, but not that much. |
 |
|
| |
Topic  |
|