Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is Log Shipping?

Add comment
Views: 90
Votes: 1
Comments: 0
Log shipping is the process of automating the backup of database and transaction log files on a production SQL server, and then restoring them onto a standby server. Enterprise Editions only supports log shipping. In log shipping 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 can be used this as the Disaster Recovery plan. The key feature of log shipping is that it will automatically backup transaction logs throughout the day and automatically restore them on the standby server at defined interval.
Others in this Category
document What are different types of Collation Sensitivity?
document Q: What is the difference between Rule based optimization and Cost based optimization in Oracle SQL queries?
document Q: Explain UNION,MINUS,UNION ALL, INTERSECT ?
document Q: how to know the days or months or years between two employees in emp table?
document What is De-normalization?
document What are Sparse Columns?
document What is User Defined Functions? What kind of User-Defined Functions can be created?
document List few advantages of Stored Procedure.
document What is SQL Profiler?
document How to copy data from one table to another table?
» More articles



RSS