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
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
Can the “if update (colname)” statement be used in a delete trigger?
why would you call update statistics? : Sql server database administration
how many type of indexing in database?
How to include date and time values in sql statements?
Define msdb database?
Are semicolons required at the end of sql statements in sql server 2005?
Explain raiserror in sql server?
How can you stop stored procedures from recompiling?
what is create database syntax? : Sql server database administration
What is a cache in ssrs?
What sql server means?
Does the order of columns in update statements matter?
What are the characteristics of modern DBMS?
How to drop an existing user defined function in ms sql server?