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
What command would you use to add a column to a table in sql server?
What are the different types of data sources in ssrs?
Can you please differentiate between a primary key and a unique key?
How many levels of sp nesting is possible?
What is proper subset of candidate key?
What is spid in sql server profiler?
What type of Index will get created after executing the above statement?
What is the difference between mysql and mysqli?
What is the use of group by clause?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is the difference between stored procedure and functions?
What command is used to create a database in the sql server and how?
Explain the first normal form(1nf)?
What xml support does the sql server extend?
Do you know what is user defined datatypes and when you should go for them?