what is node in sql server?
Answers were Sorted based on User's Feedback
Answer / mamatha
A SQL Server 2005 cluster includes two or more physical
servers (called nodes) identically configured. One node is
designated as the active node where a SQL Server 2005
instance is running in production, and the other node is an
inactive node where SQL Server is installed, but not
running. Should the SQL Server 2005 instance on the active
node fail, the inactive node will become the active node and
continue SQL Server 2005 production with minimal downtime.
Is This Answer Correct ? | 37 Yes | 6 No |
Answer / sumit
A SQL Server 2005 cluster includes two or more physical
servers (called nodes) identically configured. One node is
designated as the active node where a SQL Server 2005
instance is running in production, and the other node is an
inactive node where SQL Server is installed, but not
running. Should the SQL Server 2005 instance on the active
node fail, the inactive node will become the active node and
continue SQL Server 2005 production with minimal downtime
Is This Answer Correct ? | 18 Yes | 5 No |
How to list all stored procedures in the current database using ms sql server?
How can I track the changes or identify the latest insert-update-delete from a table?
What do you mean by acid?
What are page splits? : SQL Server Architecture
what is meant by deafult in sql server?
what's sql server? : Sql server database administration
How to override dml statements with triggers?
What is the difference between TRUNCATE and DROP?
What new changes are being made in SQL Server?
How to insert data into an existing table?
How many types of functions are there in sql server?
OPTIMIZATION OF SP,CURSOR,TRIGGERS