Results 1 to 6 of 6

Thread: Types of Backup in SQL Server

  1. #1
    Join Date
    Jan 2009
    Posts
    65

    Types of Backup in SQL Server

    Hello, I want the details about the Database backup facility in the SQL server 2000. I wanted to know the types of backup available in SQL Server. If anyone knows the types of backup with their details then give me reply regarding that. I am beginner in the SQL database language.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Types of Backup in SQL Server

    There are basically three types of backups mostly used in the SQL server. They are as follows:
    • Full Backup
    • Differential Backup
    • Transcational Log Backup

    If you want the detail information about this then you can make use of the book such as Backup and Recovery Best Practices for Microsoft SQL Server 2005 which will give you deep understanding about it.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: Types of Backup in SQL Server

    I am also beginner in SQL server. I have a book named "SQL Server Complete Reference". From that I come to know that there are following types of backup available in SQL server:
    1. Full Backup
    2. Differential Backup
    3. Transaction Backup
    4. Taillog Backup
    5. Copy_only Backup
    6. Mirror Backup
    7. Files and File group Backup
    8. Partial Backup


    From all of this, first two are basic.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Types of Backup in SQL Server

    SQL server 2000 has following three basic backup types:

    1. Database (or Full) : This backup is default for SQL server 2000 and this is the starting point whether you use other backup type or this. It includes all database entries.
    2. Differential : This is second type of backup structure. It will take backup of all the data from the date where you have taken Full backup. This is faster while taking backup and also for restoring it. It considers only for the changed database values or new added values.
    3. Transaction log : This type of backup will find out updations to your database one by one. So it can provide you history of all the transactions.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: Types of Backup in SQL Server

    Hello, I am also new in SQL Server database language. And I have a list of books which can be useful to you while finding all these details. I am giving you that list, you can select best one for your requirement.
    Books for Reference:
    1. SQL and Relational Theory: How to Write Accurate SQL Code
    2. Data Quality Assessment
    3. Data Modeling Theory and Practice
    4. Physical Database Design
    5. Data Modeling Made Simple

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: Types of Backup in SQL Server

    There are of five types of Backup available in SQL server:
    1. Database
    2. Transaction
    3. Differential
    4. File or Filegroup
    5. Snapshot Backups

Similar Threads

  1. Types of Server Storage Solution
    By Kooldinesh in forum Reviews
    Replies: 1
    Last Post: 26-04-2012, 07:26 PM
  2. Backup Software won't backup due to Avast Server Protection
    By Dvimida in forum Networking & Security
    Replies: 2
    Last Post: 29-10-2011, 10:38 PM
  3. Windows server R2 server backup
    By aconti in forum Active Directory
    Replies: 1
    Last Post: 21-05-2011, 07:46 AM
  4. What are the different types of CPU server?
    By Mahish in forum Motherboard Processor & RAM
    Replies: 4
    Last Post: 16-03-2010, 02:55 AM
  5. Types of Backup Option in MAC OS X
    By Antonio1 in forum Operating Systems
    Replies: 5
    Last Post: 17-02-2010, 12:47 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,032,290.32837 seconds with 17 queries