![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm looking for information about SQL2005's new featured called "Database Mirroring". What do you know about it? How does it compare to existing SQL2000 clustering/replication services? Will be only available to cluster servers? (I mean... shared devices, mscs, etc). Thanks |
#3
| |||
| |||
|
|
Download the beta and read BOL under data mirroring. Clustering is largely a hardware functionality which requires Enterprise Editions of SQL Server and the OS. Data Mirroring doesn't (works on Standard and above - not on Workgroup) but does require a third server in the mix - called a witness. Both support automatic failover. Data Mirroring mirrors a database, with replication you can replicate a subset of your database. With Data Mirroring the destination database is read only or inaccessible to users, with replication this is not the case. You can run data mirroring on your laptops - there is no hardware/software requirements. -- Hilary Cotter Looking for a SQL Server replication book? http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS http://www.indexserverfaq.com "Jorge Martinez" <nospam (AT) nospam (DOT) au> wrote in message news:%23eaYLETOFHA.3076 (AT) TK2MSFTNGP12 (DOT) phx.gbl... I'm looking for information about SQL2005's new featured called "Database Mirroring". What do you know about it? How does it compare to existing SQL2000 clustering/replication services? Will be only available to cluster servers? (I mean... shared devices, mscs, etc). Thanks |
#4
| |||
| |||
|
|
"Hilary Cotter" <hilary.cotter (AT) gmail (DOT) com> wrote in news:eQ3sZOTOFHA.4028 (AT) tk2msftngp13 (DOT) phx.gbl: Clustering is largely a hardware functionality which requires Enterprise Editions of SQL Server and the OS. Data Mirroring doesn't (works on Standard and above - not on Workgroup) but does require a third server in the mix - called a witness. Both support automatic failover. As far as I can see from my documentation (MOC 2733B) Database Mirroring is only available with SQL Server 2005 Enterprise Edition. -- Ole Kristian Bangås MCT, MCDBA, MCDST, MCSE:Security, MCSE:Messaging |
![]() |
| Thread Tools | |
| Display Modes | |
| |