About 662,000 results
Open links in new tab
  1. Recovery models (SQL Server) - SQL Server | Microsoft Learn

    Jul 26, 2024 · A recovery model is a database property that controls how transactions are logged, whether the transaction log requires (and allows) backing up, and what kinds of restore …

  2. Understanding SQL Server database recovery models

    All SQL Server database backup, restore, and recovery operations are based on one of three available recovery models: The SIMPLE recovery model is the simplest among the available …

  3. SQL Server Recovery Models

    Apr 29, 2025 · The recovery model basically tells SQL Server what data to keep in the transaction log file and for how long. Based on the recovery model that is selected, this will also determine …

  4. SQL Server Recovery Model

    A recovery model is a database’s property that controls how transactions are logged. A recovery model can be one of the following: SIMPLE, FULL, and BULK_LOGGED.

  5. Understanding SQL Server Recovery Models - Simple Talk

    Aug 27, 2020 · SQL Server has three different recovery models: Simple, Full, and Bulk-Logged. The recovery model setting determines what backup and restore options are available for a …

  6. Recovery ModelsSQLServerCentral

    Aug 14, 2002 · SQL Server offers three recovery models for databases - full, bulk-logged and simple. The differences between them often appear not to be clearly understood and there are …

  7. SQL Server Recovery Models - Simple, Full, Bulk-logged Recovery Model

    Nov 27, 2024 · This blog will discuss the types of SQL Server recovery models available, how the model can be changed, and which one you should choose to perform database recovery after …

  8. Guide on SQL Server Recovery Models & its Types

    Mar 28, 2025 · Know SQL Server recovery models and their types including Simple, Full, and Bulk-Logged, and learn how to choose the right one.

  9. Understanding SQL Server Recovery Models and Disaster Recovery

    When it comes to SQL Server, many settings and options require careful consideration. The recovery models are no exception. Each recovery model has its own benefits and drawbacks, …

  10. Different SQL Server Recovery Models - SQL DBA School

    In a Structured query language (SQL) Server, a recovery model manages transaction logs and controls how they are logged, backed up, and restored. A master database file (MDF) and a …

  11. Some results have been removed
Refresh