Posted by Greg D. Moore \(Strider\) on 02/15/07 03:36
<danceli@gmail.com> wrote in message
news:1171503793.953050.302190@q2g2000cwa.googlegroups.com...
> Log shipping is a process that takes transaction logs from a primary
> SQL Server and applies them sequentially on a scheduled basis to
> another SQL Server.
>
> Does this do same thing for Backup/Restore the database?? Thanks a lot
> for any explaination. I do have no idea about that.
Generally you don't want to do a full backup/restore due to the time.
Is there a specific reasony ou want to do a full backup/restore rather than
simply log-shipping?
>
>> Google log-shipping.
>>
>> You really only want to do a ful restore to server B, and then
>> transaction
>> logbackup/restores after that.
>>
>>
>
[Back to original message]
|