what is node in sql server?
Answer Posted / 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 |
Post New Answer View All Answers
What is collation sensitivity? Explain different types.
What is database mirroring?
What is the use of set nocount on/off statement?
What is buffer cash and log cache in sql server?
Explain having clause?
Is the primary key column of a table an index in ms sql server?
What is a Join and explain its types?
What is the usage of the sign function?
Does partitioning ssd reduce performance?
What do you mean by the term 'normalization'?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
What do you understand by a view?
What is the difference between web edition and business edition?
Explain what are the events recorded in a transaction log?
How to search for a string in all stored procedure in sql server?