About database backups



Similar documents
Protecting SQL Server Databases Software Pursuits, Inc.

Moving the Web Security Log Database

HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE

Moving the TRITON Reporting Databases

HELP DOCUMENTATION E-SSOM BACKUP AND RESTORE GUIDE

KEYWORDS InteractX, database, SQL Server, SQL Server Express, backup, maintenance.

MSSQL quick start guide

Fixed Destinations. BackupAssist Quick-Start Guide for. BackupAssist installation, configuration and setup.

SonicWALL CDP 5.0 Microsoft Exchange InfoStore Backup and Restore

Exchange Mailbox Protection Whitepaper

Exchange Mailbox Protection

How to Backup and Restore a VM using Veeam

SQL Server Protection

Backups and Maintenance

How to Copy A SQL Database SQL Server Express (Making a History Company)

You may have been given a download link on your trial software . Use this link to download the software.

Technical Script AIST3410 Database Management systems p 1

ArCycle vmbackup. for VMware/Hyper-V. User Guide

SQL Server Protection Whitepaper

1. Overview... 2 Documentation... 2 Licensing... 2 Operating system considerations... 2

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Technical Bulletin. SQL Express Backup Utility

Database Maintenance Guide

Keystone Enterprise Backup

THANK YOU FOR INSTALLING CARBONITE SERVER BACKUP!

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

BounceBack Server Solution Reference Guide

Exam : Transition Your MCTS on SQL Server 2008 to MCSA: SQL Server 2012, Part 2. Title : The safer, easier way to help you pass any IT exams.

Video Administration Backup and Restore Procedures

SonicWALL CDP Local Archiving

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

Hyperoo 2.0 A (Very) Quick Start

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

BackupAssist v6 quickstart guide

Backing Up CNG SAFE Version 6.0

SQL Server 2005 Advanced settings

Assured PackOut Best Practices: Create a Back-Up

BackupAssist v6 quickstart guide

Figure 1: Restore Tab

Quick Reference Guide Outlook 2010 for Windows: Outside the Mailbox Outlook Data Management

Support Document: Microsoft SQL Server - LiveVault 7.6X

Backup. Contents. 1 Storage, the base of a backup system. 2 Selection, extraction and manipulation of data. 3 Managing the backup process.

Archiving - Outlook 2003

Configuration Guide. Remote Backups How-To Guide. Overview

SQL Server Protection. User guide

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.

Xopero Centrally managed backup solution. User Manual

Portable Media. BackupAssist Quick-Start Guide for. BackupAssist installation, configuration and setup. Contents.

Microsoft SQL Server Scheduling

Working with SQL Server Integration Services

AXIS 70U - Using Scan-to-File

User Guide. CTERA Agent. August 2011 Version 3.0

How to Backup and FTP your SQL database using E2.

Exchange Granular Restore User Guide

SOLUTION GUIDE AND BEST PRACTICES

Database Fundamentals

SPHOL207: Database Snapshots with SharePoint 2013

RingStor User Manual. Version 2.1 Last Update on September 17th, RingStor, Inc. 197 Route 18 South, Ste 3000 East Brunswick, NJ

Backup and Recovery in Laserfiche 8. White Paper

Installing LearningBay Enterprise Part 2

Exchange Server Backup and Restore

Acronis Backup & Recovery 10 Advanced Server Virtual Edition. Quick Start Guide

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

50238: Introduction to SQL Server 2008 Administration

Quick Start - Virtual Server idataagent (Microsoft/Hyper-V)

Database Backup Datacolor Match Pigment and Datacolor Tools

owncloud Configuration and Usage Guide

Hyper-V Protection. User guide

Using SQL Server 2008 Automated Backup

CTERA Agent for Linux

You must have at least Editor access to your own mail database to run archiving.

System Protection for Hyper-V Whitepaper

System Protection for Hyper-V User Guide

Acronis Backup & Recovery 10 Server for Windows. Workstation. Quick Start Guide

VirtualCenter Database Maintenance VirtualCenter 2.0.x and Microsoft SQL Server

Microsoft SQL Server Guide. Best Practices and Backup Procedures

SERVER CLOUD DISASTER RECOVERY. User Manual

STIDistrict Server Replacement

A Tutorial on SQL Server CMPT 354 Fall 2007

EMC Backup and Recovery for Microsoft SQL Server 2008 Enabled by EMC Celerra Unified Storage

MS Design, Optimize and Maintain Database for Microsoft SQL Server 2008

How To Backup In Cisco Uk Central And Cisco Cusd (Cisco) Cusm (Custodian) (Cusd) (Uk) (Usd).Com) (Ucs) (Cyse

MICROSOFT OUTLOOK 2011 SYNC ACCOUNTS AND BACKUP

CTERA Agent for Mac OS-X

NovaBACKUP Storage Server User Manual NovaStor / April 2013

Working with SQL Server Agent Jobs

Backup / migration of a Coffalyser.Net database

Selected Windows XP Troubleshooting Guide

Exchange Granular Restore. User Guide

Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage

Installing RMFT on an MS Cluster

Troubleshooting Failover in Cisco Unity 8.x

EMC NetWorker Module for Microsoft for Windows Bare Metal Recovery Solution

QUANTIFY INSTALLATION GUIDE

Hyper-V Protection. User guide

Transcription:

About database backups What is a backup? A backup refers to making copies of data so that these additional copies may be used to restore the original after a data loss event. Backups are useful primarily for two purposes. The first is to restore a state following a disaster (called disaster recovery). The second is to restore small numbers of files or records after they have been accidentally deleted or corrupted. There are also many different ways in which the data storage devices can be arranged to provide geographic redundancy, data security, and portability. Any backup strategy starts with a concept of a data repository. The backup data needs to be stored somehow and probably should be organized to a degree. Different repository models have different advantages. This is closely related to choosing a backup rotation scheme. Unstructured: An unstructured repository may simply be a stack of floppy disks or CD-R/DVD-R media with minimal information about what was backed up and when. This is the easiest to implement, but probably the least likely to achieve a high level of recoverability. Full + Incrementals: A Full + Incremental repository aims to make storing several copies of the source data more feasible. At first, a full backup (of all files) is taken. After that, any number of incremental backups can be taken. There are many different types of incremental backups, but they all attempt to only backup a small amount of data relative to the full backup. Restoring a whole system to a certain point in time would require locating the full backup taken previous to that time and the incremental backups that cover the period of time between the full backup and the particular point in time to which the system is supposed to be restored. The scope of an incremental backup is typically defined as a range of time relative to other full or incremental backups. Different implementations of backup systems frequently use specialized or conflicting definitions of these terms. Differential: A differential backup copies files that have been created or changed since the last normal or incremental backup. It does not mark files as having been backed up (in other words, the archive attribute is not cleared). If you are performing a combination of normal and differential backups, restoring files and folders requires that you have the last normal as well as the last differential backup. Continuous data protection: Instead of scheduling periodic backups, the system immediately logs every change on the host system. This is generally done by saving byte or block-level differences rather than filelevel differences. It differs from simple disk mirroring in that it enables a roll-back of the log and thus restoration of old image of data.

Dual Server Configuration In the Dual Server Configuration there are two separate servers used, the application server and the database server. The MizuTech VoIP Service is running on the application server and usually a Microsoft SQL Server 2008 Express database is installed on the database server. The direction of the backup is from the database server to the application server, into a shared folder, so that if the database server experiences problems the other server can provide the latest backup. In an ideal case, backup is of three kinds: an hourly differential backup and a daily full backup about the voipserver database, and a monthly full backup about all databases. MSSQL Server and MSSQL Studio Microsoft SQL Server is a relational model database server produced by Microsoft. Its primary query languages are T-SQL and ANSI SQL. You can work directly with the database using the client IDE tools, and several complementary systems that are packaged with SQL Server. These include: an ETL tool (SQL Server Integration Services or SSIS), a Reporting Server, an OLAP and data mining server (Analysis Services), and several messaging technologies, specifically Service Broker and Notification Services. SQL Server Management Studio is a GUI tool included with SQL Server for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools that work with objects and features of the server. A central feature of SQL Server Management Studio is the Object Explorer, which allows the user to browse, select, and act upon any of the objects within the server. It can be used to visually observe and analyze query plans and optimize the database performance, among others. SQL Server Management Studio can also be used to create a new database, alter any existing database schema by adding or modifying tables and indexes, or analyze performance. It includes the query windows which provide a GUI based interface to write and execute queries. SQL Server Management Studio can be downloaded for free from the Microsoft Website: http://www.microsoft.com/downloads/details.aspx?familyid=08e52ac2-1d62-45f6-9a4a- 4B76A8564A2B&displaylang=en

How to make a manual backup First open Microsoft SQL Server Management Studio, open Object Explorer, open Databases, right-click with your mouse on the database you want to back up, select tasks and select Back Up from the menu. The next window will appear. At Source/ Database select the database that you want to back up. At Backup type select either full for full type of backup or

differential, for differential backup. At Destination click on the Add button, select the disk, and path to the file where you want to save the backup file. If this is on another server type \\ double-slash, followed by the IP address and path on the another machine. How to set up automated backup In the Object Explorer open Management, under Management right-click with your mouse on Maintenance Plans and select New Maintenance Plan. In the small window that appears give it a name. Click Add Subplan, Introduce names, description, and set the schedule for the given Subplan, by clicking on the small calendar icon The Schedule settings window looks like this:

Once the time and frequency of a given schedule is set the tasks from the left side of the window can be dragged and dropped in the field under the subplans list. For every subplan a Backup database task and a Maintenance cleanup task can be dragged/dropped and defined on this field. For example you can create 3 folders in the shared folder on the application server, one for hourly differential backup which is backed up once every hour, and the backup is deleted once every day. You can create another for a full daily backup, and one for full monthly backup. Once you drag/drop and define the backup tasks from the lower left pane to the right, the subplans will look like this: More details: http://support.microsoft.com/kb/930615