English | French |
ACT Log Processing Service | Service de traitement des journaux ACT (The service that processes the log files uploaded from your client computers, adding the information to your ACT database) |
Allow Users to Log in to Spam Quarantine option | option Autoriser les utilisateurs à se connecter à la mise en quarantaine du courrier indésirable (The option on the Spam Quarantine page that controls access to the Spam Quarantine Web site for a specific user) |
bulk log backup | sauvegarde des journaux de transactions (A backup that includes log and data pages changed by bulk operations. Point-in-time recovery is not allowed) |
ETW-based log sink | journal de suivi des événements ETW (A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows) |
Event Log service | service Journal des événements (A service that records events in the system, security, and application logs) |
Event Tracing for Windows ETW-based log sink A means of capturing trace events on the cache client or cache host with the Event Tracing for Windows (ETW) framework inside Windows | journal de suivi des événement ETW (Event Tracing for Windows) |
log backup | sauvegarde de fichier journal (A backup of transaction logs that includes all log records not backed up in previous log backups. Log backups are required under the full and bulk-logged recovery models and are unavailable under the simple recovery model) |
log chain | séquence de journaux de transactions consécutifs (A continuous sequence of transaction logs for a database. A new log chain begins with the first backup taken after the database is created, or when the database is switched from the simple to the full or bulk-logged recovery model. A log chain forks after a restore followed by a recovery, creating a new recovery branch) |
log definition | définition de journal (Configuration information for a related set of log files, including the base file name that is used in the log files that are created, the logging fields that are recorded, the rollover interval, and so on) |
log directive | directive de journal (Information that precedes the log entries in a log file, which defines the information and format contained in each log entry. Each directive in the log file begins with the character. The directives Version (Version) and Fields (Fields) are required. The Version directive defines the version of the W3C Extended Log Format that is used, and the Fields directive specifies the data recorded in the log fields of each entry) |
log entry | entrée du journal (A record in a log file) |
log file | fichier journal (A file that stores messages generated by an application, service, or operating system. These messages are used to track the operations performed. Log files are usually plain text (ASCII) files and often have a .log extension) |
log file path | chemin d'accès du fichier journal (The location of the log file on a computer) |
log filter | filtre de journal (A set of algorithms that selectively pass the log entries that are written to log files. For example, a filter can be created to only pass log entries that contain a specific logging field with a specific value) |
log level | niveau de consignation (The amount of information that is stored in a log file for a transaction. Log levels can be represented by numbers or by words from the most to the least verbose) |
Log Level Manager | Gestionnaire des niveaux de journalisation (A Project Server logging infrastructure that improves efficiency by enabling admins to customize logging levels for project entities) |
log listener | écouteur de journalisation (A component that hooks up to a log object) |
log off | fermer une session (To terminate a session with a computer accessed through a communications line usually a computer that is both distant and open to many users) |
log on | ouvrir une session, se connecter (To gain access to a specific computer, program, or network by identifying oneself with a username and a password) |
log provider | module fournisseur d'informations (A provider that logs package information at run time. Integration Services includes a variety of log providers that make it possible to capture events during package execution. Logs are created and stored in formats such as XML, text, database, or in the Windows event log) |
log sequence number | numéro séquentiel dans le journal (A unique number assigned to each entry in a transaction log. LSNs are assigned sequentially according to the order in which entries are created) |
log shipping | copie des journaux de transaction (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) |
log shipping configuration | configuration de la copie des journaux de transaction (A single primary server, one or more secondary servers (each with a secondary database), and a monitor server) |
log shipping job | opération de copie des journaux de transaction (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) |
log sink | journal de suivi des événements (A tracing function of the cache client and cache host. Log sinks capture trace events from the cache client or cache host and can display them in a console, write them to a log file, or report them to the Event Tracing for Windows (ETW) framework inside Windows) |
pure log backup | sauvegarde du journal de transactions seul (A backup containing only the transaction log covering an interval without any bulk changes) |
tail-log backup | sauvegarde de fichier journal après défaillance (A log backup taken from a possibly damaged database to capture the log that has not yet been backed up. A tail-log backup is taken after a failure in order to prevent work loss) |
transaction log file | fichier journal de transactions (A file that contains a record of the changes that were made to an Exchange database. All changes to the database are recorded in the transaction log files before they are written into the database files. If a database shuts down unexpectedly, unfinished transactions can be restored by replaying the transaction log files into the database) |
virtual log file | fichier journal virtuel (Non-physical files that are derived from one physical log file by the SQL Server Database Engine) |