![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We have just setup two servers running a copy of SQL 2000 on Windows 2000 server. Each of these servers is running vendor software that interrracts with the databases. One server is primary and one is backup. Clients only interract with the vendor process on the servers and not the SQL directly. Some general questions on SQL 2000 high availability options... Does Active/Passive and Active/Active refer to clustering options that require that the servers be clustered on the OS level? Is this the only option that keeps the databases syncronized in real time? Is replication a good method if the failover will be done manually? Thanks! Karl Albrecht |
#3
| |||
| |||
|
|
We have just setup two servers running a copy of SQL 2000 on Windows 2000 server. Each of these servers is running vendor software that interrracts with the databases. One server is primary and one is backup. Clients only interract with the vendor process on the servers and not the SQL directly. Some general questions on SQL 2000 high availability options... Does Active/Passive and Active/Active refer to clustering options that require that the servers be clustered on the OS level? Is this the only option that keeps the databases syncronized in real time? Is replication a good method if the failover will be done manually? Thanks! Karl Albrecht |
#4
| |||
| |||
|
|
Clustering involves a single data store on a 'shared' storage system (SCSI Array, SAN, etc. NOT NAS). |
|
Active/Active and Active/Passive are obsolete concepts from SQL 7.0 when each SQL instance had a primary owner host node and a partner owner node. Under SQL 2000, all nodes are interchangable in a cluster. Some people mistakenly use teh terms to refer to single and multiple instance SQL clustering. Clustering involves a single data store on a 'shared' storage system (SCSI Array, SAN, etc. NOT NAS). Shared is not exactly correct since the cluster software arbitrates ownership so that only one host node owns the resource(s) at a time. Therefore, you have to have a working MSCS cluster in order to create a SQL cluster. Replication is not a good technique for creating a warm standby server. Replication has VERY limited ability to handle schema changes without a total resynch. It also does not replicate stored procedures or views. -- Geoff N. Hiten Microsoft SQL Server MVP Senior Database Administrator Careerbuilder.com I support the Professional Association for SQL Server www.sqlpass.org "Karl Albrecht" <karlman (AT) pacbell (DOT) net> wrote in message news:O8QGJUplEHA.2340 (AT) TK2MSFTNGP11 (DOT) phx.gbl... We have just setup two servers running a copy of SQL 2000 on Windows 2000 server. Each of these servers is running vendor software that interrracts with the databases. One server is primary and one is backup. Clients only interract with the vendor process on the servers and not the SQL directly. Some general questions on SQL 2000 high availability options... Does Active/Passive and Active/Active refer to clustering options that require that the servers be clustered on the OS level? Is this the only option that keeps the databases syncronized in real time? Is replication a good method if the failover will be done manually? Thanks! Karl Albrecht |
![]() |
| Thread Tools | |
| Display Modes | |
| |