Transaction Log Shipping is a disaster recovery (sometimes called data recovery) option in SQL Server where you generate transaction log backups in the source database, copy them over to a remote SQL Server instance and restore them in read-only, standby mode. This feature is available in Enterprise Edition for SQL Server 2000 while SQL Server […]
Post>I wish this was available years back – SQL Server 2005 Always On Technologies Part 2
>One of the most underestimated feature of SQL Server is the FULL RECOVERY model in the database options. Database recovery models determine how much data loss is acceptable in case of a failure and what types of backup and restore functions are allowed. This has been an option which you can trace back from the […]
PostI wish this was available years back – SQL Server 2005 Always On Technologies Part 1
In response to requests made after I did a presentation on Microsoft TechEd Asia 2007 on SQL Server 2005 Always On Technologies, I’ve made the content available on my blog. In as much as we want to, there are not as many options in SQL Server 2000 to address disaster recovery caused by human errors. […]