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 |
What are all new concepts in SQL Server 2008? That is Exactly Difference between 2005 to 2008
Explain partitioned view?
What is the difference between a stored procedure and a user defined function in sql server?
What is the difference between mysql and mysqli?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
What languages bi uses to achieve the goal?
How to create a testing table with test data in ms sql server?
How to add a new dsn with the odbc driver for sql server?
What is the distinction amongst delete and truncate?
Explain unique key in sql server?
What do you mean by recursive stored procedure?
Why would you call update statistics?