what is node in sql server?
Answer Posted / 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 |
Post New Answer View All Answers
Can you force a query to use a specific index?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
What is the importance of three tier architecture?
How can we remove orphan records from a table?
Can you explain what is indexed view? How to create it?
What is the use of keyword with encryption.
How do indexes help, types?
What are the new features in sql server 2016?
How to write a query with a full outer join in ms sql server?
How to connect sql server management studio express to sql server 2005 express?
What is the standby server?
Can you please explain the difference between primary keys and foreign keys?
How many levels of sp nesting are possible?
Define clusters?
What are the disadvantages of indexes?