Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rhankin
Starting Member
5 Posts |
Posted - 2006-10-25 : 11:51:33
|
I am planning on using a SQL Server Express 2005 instance on a dedicated web host. This will contain multiple DBs all under the 4gb limit.What options are available for Disaster Recovery? I am used to using log shipping in SQL Enterprise 2000 but am aware that this is not available in the free Express 2005 versionI also understand that there is no replication/mirroring availableIs there anyway I can schedule a save of the transaction log and restore this to another instance (like a manually created log shipping) or any other scenarios I can use other that frequent incremental backups?Thanks |
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2006-10-25 : 12:32:57
|
Sure, that is all log shipping is ... take your transaction log backs to your backup server and restore them there leaving the restored database in NORECOVERY.Jay White |
 |
|
|
|
|