Subject | English | Russian |
progr. | A disaster recovery solution that uses log shipping and provides data to a standby system if a partial or complete site failure occurs on a primary system | Решение для восстановления после отказов, использующее передачу журналов, что позволяет использовать данные из резервной системы в случае частичного или полного отказа первичной системы (технология HADR ssn) |
progr. | disaster recovery solution that uses log shipping | решение для восстановления после отказов, использующее передачу журналов (ssn) |
progr. | log shipping | передача журналов (ssn) |
comp., MS | log shipping | доставка журналов (Copying, at regular intervals, log backup from a read-write database (the primary database) to one or more remote server instances (secondary servers). Each secondary server has a read-only database, called a secondary database, that was created by restoring a full backup of the primary database without recovery. The secondary server restores each copied log backup to the secondary database. The secondary servers are warm standbys for the primary server) |
comp., MS | log shipping configuration | конфигурация доставки журналов (A single primary server, one or more secondary servers (each with a secondary database), and a monitor server) |
comp., MS | log shipping job | задание доставки журналов (A job performing one of the following log-shipping operations: backing up the transaction log of the primary database at the primary server (the backup job), copying the transaction log file to a secondary server (the copy job), or restoring the log backup to the secondary database on a secondary server (the restore job). The backup job resides on the primary server; the copy and restore jobs reside on each of the secondary servers. See also: primary database, primary server, secondary database, secondary server) |