data backup & system report

Slides:



Advertisements
Similar presentations
Backing Up Your Computer Hard Drive Lou Koch June 27, 2006.
Advertisements

Backing Up a Hard Disk CGS2564. Why Backup Programs? Faster Optimized to copy files Can specify only files that have changed Safer Can verify backed up.
Backup Strategy. An Exam question will ask you to describe a backup strategy. Be able to explain: Safe, secure place in different location. Why? – For.
Revision from last week  Assumptions are potential failure points in a project. They need to be monitored and managed. At the start of the project they.
11 BACKING UP AND RESTORING DATA Chapter 4. Chapter 4: BACKING UP AND RESTORING DATA2 CHAPTER OVERVIEW Describe the various types of hardware used to.
DataBase Administration Scheduling jobs Backing up and restoring Performing basic defragmentation and index rebuilding Using alerts Archiving.
SQL Server Best Practices Keep Your Database In Top Performance Shape and Maintain Effective Backups September, 2007 Richard Kokoski.
BA271 Week 6 Lecture Database Overview Dave Sullivan.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 12: Managing and Implementing Backups and Disaster Recovery.
Lesson 19 – ADMINISTERING WINDOWS 2000 SERVER : THE BASICS.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 5: User Environment and Multiple Languages.
®® Microsoft Windows 7 for Power Users Tutorial 10 Backing Up and Restoring Files.
Backup and Recovery Part 1.
Backup Concepts. Introduction Backup and recovery procedures protect your database against data loss and reconstruct the data, should loss occur. The.
Presented by Joseph Galvan & Stacy Kemp BACKUPS.  Using database backups, a database administrator (DBA’s) can restore from the last backup or to a specific.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
70-293: MCSE Guide to Planning a Microsoft Windows Server 2003 Network, Enhanced Chapter 14: Problem Recovery.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
November 2009 Network Disaster Recovery October 2014.
SRUTHI NAGULAVANCHA CIS 764, FALL 2008 Department of Computing and Information Sciences (CIS) Kansas State University -1- Back up & Recovery Strategies.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 12: Managing and Implementing Backups and Disaster Recovery.
David N. Wozei Systems Administrator, IT Auditor.
Maintaining File Services. Shadow Copies of Shared Folders Automatically retains copies of files on a server from specific points in time Prevents administrators.
1 Maintain System Integrity Maintain Equipment and Consumables ICAS2017B_ICAU2007B Using Computer Operating system ICAU2231B Caring for Technology Backup.
Mark A. Magumba Storage Management. What is storage An electronic place where computer may store data and instructions for retrieval The objective of.
11 DISASTER RECOVERY Chapter 13. Chapter 13: DISASTER RECOVERY2 OVERVIEW  Back up server data using the Backup utility and the Ntbackup command  Restore.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 18 – Backing Up Your Data.
Distributed Backup And Disaster Recovery for AFS A work in progress Steve Simmons Dan Hyde University.
Types of Processing of Data www. ICT-Teacher.com.
Understanding Backup and Recovery Methods Lesson 8.
1 3 Computing System Fundamentals 3.6 Errors Prevention and Recovery.
1 itec 400 Backups George Vaughan Franklin University.
Visual Basic for Application - Microsoft Access 2003 Finishing the application.
RCF Status Extended outage of the Mass Storage System (HPSS) last Wednesday –Latest transaction logs of namespace DB were erroneously deleted in the production.
“Building Journaling Databases with PostgreSQL” Cybertec Geschwinde & Schoenig Hans-Juergen Schoenig
Backing Up and Restoring Databases Advanced Database Dr. AlaaEddin Almabhouh.
Backup and Disaster Dr Stuart Petch CeG IT/IS Manager
DBMS ● What are they? ● Why used ● Examples? – Oracle – Access – MySQL – Postgres – SQLServer – Sqlite.
Networking Objectives Understand what the following policies will contain – Disaster recovery – Backup – Archiving – Acceptable use – failover.
Advanced Informer Features
KEEPS – a system for UELMA preservation and security
Local Area Networks, 3rd Edition David A. Stamper
Database recovery contd…
Planning for Application Recovery
Basic Guide to Computer Backups
Prepare For Your Next Prelude Upgrade
KEEPS – a system for UELMA preservation and security
Backup and Recovery for Hadoop: Plans, Survey and User Inputs
Discussion #11 11/21/16.
Curacao SQL Saturday June 11, 2016
Discussion 11 Final Project / Git.
Week 12 Option 3: Database Design
Backing up a Hard Disk Windows XP Tutorial 6.
Microsoft Office Illustrated Fundamentals
Unit 10 NT1330 Client-Server Networking II Date: 8/16/2016
Introduction to Configuration Management
Tutorial 1 – Introduction To Microsoft Access 2003
Tutorial 1 – Introduction To Microsoft Access 2003
Fundamentals of Databases
Backup and restoration of data, redundancy
Databases Explained Reports © Dolinski 2007.
Manipulating and Sharing Data in a Database
MAINTAINING SERVER AVAILIBILITY
Have you seen this screen?
Computer communications
Reports and Forms Second Term,
September 12-14, 2018 Raleigh, NC.
Database Backup and Recovery
Presentation transcript:

data backup & system report DATABASE DESIGN & DEVELOPMENT data backup & system report Zatil Ridh'wah Hj Darot

data backup & recovery The process of backing up data in case of a loss and setting up systems that allow that data recovery due to data loss. Backing up data ________________________ , so that it is accessible in case of data deletion or corruption. Data from an earlier time may only be recovered if it has been backed up. https://www.techopedia.com/definition/24058/backup-and-recovery

main types of backup 1. Normal or Full Backups When a normal or full backup runs on a selected drive, all the files on that drive are backed up. This, of course, includes system files, application files, user data — everything. Those files are then copied to the selected destination (backup tapes, a secondary drive or the cloud), and all the archive bits are then cleared. Normal backups are the ___________________________ because all the data on a drive is saved in one location. The downside of normal backups is that they take a very long time to run, and in some cases this is more time than a company can allow. Drives that hold a lot of data may not be capable of a full backup, even if they run overnight. In these cases, incremental and differential backups can be added to the backup schedule to save time. https://www.solarwindsmsp.com/content/types-of-database-backups

2. Incremental Backups A common way to deal with the long running times required for full backups is to run them only on weekends. Many businesses then run incremental backups throughout the week since they take far less time. An incremental backup will grab only the files that have been updated since the last normal backup. Once the incremental backup has run, that file will not be backed up again unless it changes or during the next full backup. While incremental database backups do run faster, the recovery process is a bit more complicated. If the normal backup runs on Saturday and a file is then updated Monday morning, should something happen to that file on Tuesday, one would need to access the Monday night backup to restore it. For one file, that’s not too complicated. However, ___________________________________________________ plus each and every incremental backup run since the normal backup. https://www.solarwindsmsp.com/content/types-of-database-backups

3. Differential Backups Differential backups and recovery are similar to incremental in that these backups grab only ________________________________________ However, differential backups do not clear the archive bit. So a file that is updated after a normal backup will be archived every time a differential backup is run until the next normal backup runs and clears the archive bit. Similar to our last example, if a normal backup runs on Saturday night and a file gets changed on Monday, that file would then be backed up when the differential backup runs Monday night. Since the archive bit will not be cleared, even with no changes, that file will continue to be copied on the Tuesday night differential backup and the Wednesday night differential backup and every additional night until a normal backup runs again capturing all the drive’s files and resetting the archive bit. A restore of that file, if needed, could be found in the previous night’s tape. In the event of a complete drive failure, one would need to restore the last normal backup and only the latest differential backup. This is less time consuming than an incremental backup restore. However, each night that a differential backup runs, the backup files get larger and the time it takes to run the backup lengthens. https://www.solarwindsmsp.com/content/types-of-database-backups

4. Daily Backups Less common form of backup which usually saved for mission-critical files. If files that are _______________________________ for the nightly backup to run and capture them, daily backups are the best choice. This type of backup uses the file’s timestamp, not the archive bit, to update the file once changes are made. This type of database backup runs during business hours, and having too many of these files can impact network speeds. https://www.solarwindsmsp.com/content/types-of-database-backups

SYSTEM REPORTS

reports A Report is an Access Object that is used to create a printed version of output from the database. It is an organized document that allows a user to _________________________. The data in the report can consist of data from a single table or multiple tables and/or queries. Reports can be viewed on screen but you cannot enter/edit data through a report.

The quickest way to create a report is to use the Report Wizard. What does it do? It allows you to display data from tables and/or queries in an appealing way (according to your specifications) It is used to display formatted data often in printed form including calculations and totals Why use reports? To professionally ___________________________ from tables and queries A report can calculate subtotals, averages, counts or other statistics for groups or records It is a useful tool in communicating information and is usually in printed form to be distributed.

dashboard Dashboards are data visualization tools that can be customized and tailored to display specific metrics, data, and KPIs. Usually, these tools are dynamic and live, so data is being updated in real-time and visuals can show changes from minute to minute. Additionally, dashboards can be as narrow or broad as needed, letting organizations create multiple specific dashboards to better organize their analytics. https://www.sisense.com/blog/dashboards-vs-reports-need/

reSOURCE Database Principles: Fundamentals of Design, Implementation, and Management Tenth Edition