Answer Posted / parker
Logshipping is a new feature of SQL Server 2000. We should
have two SQL Server - Enterprise Editions. From Enterprise
Manager we can configure the logshipping. In logshipping
the transactional log file from one server is automatically
updated into the backup database on the other server. If
one server fails, the other server will have the same db
and we can use this as the DR (disaster recovery) plan.
| Is This Answer Correct ? | 28 Yes | 12 No |
Post New Answer View All Answers
What different steps will a sql server developer take to secure sql server?
What is the use of nvl work?
What is isnull() operator?
Can we add an identity column to decimal datatype?
What do you think of this implementation? Can this be implemented better?
How to execute a sql statement using mssql_query()?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Define tool Manage Statistics in SQL Server 2000 query ?
What is the web service used for reporting services?
How do I find the sql server database version?
What do you mean by an execution plan? How would you view it?
1 01 101 01010
Explain steps of normalization?
How do you start single user mode in clustered installations?
What is triggers and stored procedures?