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 are the different types of sub-queries?
What is index fragmentation in ms sql server?
How to install sql server 2005 express edition?
What is tablix?
How to list all columns in a table using odbc_columns()?
How to use transact-sql statements to access the database engine?
What is transaction server isolation?
What is the command used to check locks in microsoft sql server?
What is the difference between clustered and a non-clustered index?
What is compound operators?
What do you mean by cardinality?
Explain how dts is used to extract, transform and consolidate data?
What does asynchronous call backs means?
What are the advantages of having an index on the sql server?
What are null values in ms sql server?