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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Database Mirroring in SQL Server 2005 - How different is it?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-05-12 : 07:17:11
SP writes "Database mirroring was present in SQL server 6.5. How different is it in SQL Server 2005 apart from the automatic fail-over using witness. What is the reason for it being re-introduced in SQL Server 2005, after removing it in versions 7 & 2000?"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-05-12 : 07:23:43
The type of mirroring used in SQL 6.5 was a poor-man's version of RAID 1 that was controlled by SQL Server. It was removed in favor of using new hardware improvements and/or the Windows OS's built-in disk mirroring to achieve the same result. This improved performance by relieving SQL Server of these tasks and made it work with standard I/O operations more efficiently. It was not meant to provide failover capabilities, high availability, or data replication, which are the keys points that the SQL Server 2005 mirroring are meant to address.
Go to Top of Page

bakerjon
Posting Yak Master

145 Posts

Posted - 2005-05-12 : 19:08:16
For a review of Database mirroring in Beta 2, visit http://outerjoin.blogspot.com

Now I know, and knowing is half the battle!
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=48013

Go to Top of Page
   

- Advertisement -