what is node in sql server?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
how can do you the system monitoring?
How to use subqueries in the from clause in ms sql server?
which query u can write to sql server doesn't work inbetween 7.00PM to nextday 9.00AM
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
what is database replicaion? : Sql server database administration
what is the difference between group and having give an example with query and sample output
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
any one can explain Self mapping Delegation Remote Credentials
select top 5 * from emp order by newid() my question is , how this query get executed?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
What is "scheduled jobs" or "scheduled tasks"?
How to get the definition of a user defined function back?