SQL Log Shipping is an automated process of backingup, copying and restoring the transactionlog from one database from a primary server to one or more secondary server.
Using Log shipping you can frequently synchronize the copy of the database with the original , so this can be used as warm standy by database for high availability.
I would see this as another alternative of database mirroring where asynchronous mirroring is only available in the sql enterprise edition.
No comments:
Post a Comment