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 is the server name for sql management studio?
How to create a user to access a database in ms sql server using "create user" statements?
whats the maximum size of view state??
What are the essential components of sql server service broker?
How to list all field names in the result set using mssql_field_name()?
What is merge join?
ow to bring suspect mode datbase online from scratch
What happens when converting big values to integers?
What is log shipping?
How many types of subqueries are there in sql server?
When you should use a low fill factor?
How many types of local tables are there in sql server?
What is a database in ms sql server?
How to delete an existing row with delete statements in ms sql server?
What command is used to delete a table from the database in the sql server and how?