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
Why functions are used in sql server?
What is the maximum size per database for sql server express?
Why do we partition data?
Where can you add custom error messages to sql server?
What is a filestream?
What is the purpose of the master database?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
How do I port a number to sql server?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
Does table partitioning improve performance?
What are the differences between clustered and non-clustered index?
What happens if date-only values are provided as date and time literals?
What are information schema views?
Differentiate between a having clause and a where clause.
Can you get second highest salary from the table?