logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is Log Shipping?


  • Correct Answer
  • 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 


  • Technology problems


    Search Results


    • 1. Can SQL Servers linked to other servers like Oracle?
    • Discuss
    • 2. What is difference between DELETE and TRUNCATE commands?
    • Discuss
    • 3. What are the difference between clustered and a non-clustered index?
    • Discuss
    • 4. What is the difference between a primary key and a unique key?
    • Discuss
    • 5. What are constraints? Mention the different types of constraints?
    • Discuss
    • 6. Where SQL server user names and passwords are stored in SQL server?
    • Discuss
    • 7. What is LINQ?
    • Discuss
    • 8. What is Aggregate Functions?
    • Discuss
    • 9. How to rebuild Master Database?
    • Discuss
    • 10. What UNION does in SQL?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment