Subject | English | German |
comp., MS | log shipping | Protokollversand (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 | Protokollversandkonfiguration (A single primary server, one or more secondary servers (each with a secondary database), and a monitor server) |
comp., MS | log shipping job | Protokollversandauftrag (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) |