What are the advantages of log shipping?
Answer / Ashvani Deepak
"Log shipping provides several advantages in SQL Server. Here are a few key benefits:
1. Data Protection: Log shipping ensures that data is protected by maintaining a standby server with transaction logs, allowing for recovery in case of a primary server failure.
2. Redundancy and Disaster Recovery: Log shipping enables the creation of redundant databases, improving business continuity and disaster recovery capabilities.
3. Offload Reporting Load: Log shipping can be used to offload reporting loads from production servers by using the standby server for read-intensive activities.
4. Minimal Downtime: In case of a failure, switching over to the standby database allows for minimal downtime compared to other recovery methods.
5. Automatic Transaction Log Backup: Log shipping automates the process of transaction log backup on the primary server, reducing manual intervention and potential errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...
What is BLOCK statements in SQL?
What is the difference between for auto and for nested?
What is a Stored Procedure?
write the query for taking database restore in sql?
Do you know what are acid properties?
Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.
What is an index in a database?
what is the difference between delete table and truncate table commands? : Sql server database administration
Is it ok to shrink transaction log?
i want table name basis on column name.
What does the update command do?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)