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 are the limitations in ssrs on sql server express edition?
What are database states in ms sql server?
Explain the difference between primary keys and foreign keys?
If a table does not have a unique index, can a cursor be opened on it?
Explain insert into select statement?
Do you know concepts and capabilities of sql server?
What are dml (data manipulation language) statements in ms sql server?
What are the different types of columns types constraints in the sql server?
What is the meaning of sql server?
How to replace given values with null using nullif()?
What does indexation mean?
Can we insert data into view sql server?
How many types of functions are there in sql server?
Which tcp/ip port does the sql server run on? How can it be changed?
what stored procedure can you use to display the current processes? : Sql server administration