SQL Server - usage of the WITNESS instance in SQL Server 2005 Database
Mirroring - Feb 27, 2010 at 11:50 AM by Shuchi Gauri
What is the usage of the WITNESS instance in SQL Server 2005 Database
Mirroring?
A WITNESS instance is very important for optimum and high availability database
mirroring. In a default scenario, automatic failover is desired, thus, database
mirroring must be configured with high safety mode. This needs a WITNESS server
to be running on a third server. It enables the mirror SQL Server to recognize
whether to initiate an automatic failover or not. It does not serve the
databases being mirrored; rather its only purpose is to monitor the production
and mirrored servers. Without WITNESS server in place, an automatic failover
cannot happen and this failover is taken care of manually.
SQL Server - usage of the WITNESS instance in SQL Server 2005 Database
Mirroring - May 05, 2009 at 22:00 PM by Rajmeet Ghai
What is the usage of the WITNESS instance in SQL Server 2005 Database
Mirroring?
The WITNESS server is used to enable the mirror server to recognize the
necessity of failover. In the absence of WITNESS server, the failover is done
manually. It is simply used to monitor the production and mirrored instances
for a failover. It is not used for databases being mirrored.
SQL Server - usage of the WITNESS instance in SQL Server 2005 Database
Mirroring - June 21, 2009 at 09:00 AM by Amit Satpute
The witness server can run on any hardware that will run SQL Server 2005,
including SQL Server 2005 Express Edition.
A witness instance is very important for optimum high availability using
database mirroring.
The purpose of the witness instance is to monitor the production and mirrored
instances and decide initialization of a failover.
If a witness instance is not used, failover must be implemented manually.
Also read
What is Untyped XML?
Provide examples for : Create a table with a untype XML column, Insert into an
untyped XML data type column
What is typed XML?............
What are the major improvements in SQL Server 2005 for XML supports?
What is XQuery? Discuss about XQuery structure.
Explain the concepts and capabilities of FOR XML in SQL Server 2005.
Explain the purpose of PATH mode of FOR XML in SQL Server 2005 with an
example..............
SSAS database backups can be taken using SQL Server Management Studio
(SSMS)......
Auto incremental numbers in a SSIS package can be provided using script
components...........
What is SQL Server 2005 Analysis Services (SSAS)? What are the new features with
SQL Server 2005 Analysis Services (SSAS)? What are SQL Server Analysis Services
cubes? Explain the purpose of synchronization feature provided in Analysis
Services 2005. Explain the new features of SQL Server 2005 Analysis Services
(SSAS)........
|