Chapter 12: Designing a Data- Archiving Solution MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study Guide (70-443)

Slides:



Advertisements
Similar presentations
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senns Information Technology, 3 rd Edition Chapter 7 Enterprise Databases.
Advertisements

Chapter 18 Methodology – Monitoring and Tuning the Operational System Transparencies © Pearson Education Limited 1995, 2005.
Mecanismos de alta disponibilidad con Microsoft SQL Server 2008 Por: ISC Lenin López Fernández de Lara.
© 2011 Autodesk Go Big or Go Home! Part 1 – Large Scale Autodesk Vault Deployments Irvin Hayes Jr. Technical Product Manager.
SQL Server Replication
Moving data using replication Anthony Brown
High-level VIEWS Architecture. Data Acquisition & Import Data Acquisition System: Accepts submission of data in a variety of schemas and formats Can automatically.
Physical Database Monitoring and Tuning the Operational System.
Shawn McClure Software Engineer CIRA, Colorado State University Projects: Visibility Information Exchange Web.
MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network.
Module 14: Scalability and High Availability. Overview Key high availability features available in Oracle and SQL Server Key scalability features available.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
Module 9: SQL Server 2005 Replication. Overview Overview of Replication Enhancements New Types of Replication Configuring Replication.
Chapter 9: Creating Database Conventions & Standards MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study Guide (70-443)
Module 8: Designing Active Directory Disaster Recovery in Windows Server 2008.
SQL Server Replication
SQL Server Replication By Karthick P.K Technical Lead, Microsoft SQL Server.
Chapter 10 : Designing a SQL Server 2005 Solution for High Availability MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design.
Maintaining a Microsoft SQL Server 2008 Database SQLServer-Training.com.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 9.1.
Distributing Data for Availability and Scalability Don Vilen Program Manager SQL Server Microsoft Corporation.
Module 4: Implementing Transactional Replication.
CSC271 Database Systems Lecture # 30.
Chapter 11: Designing a Data Recovery Solution for a Database MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study.
15 Copyright © 2005, Oracle. All rights reserved. Performing Database Backups.
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
© Wiley Inc All Rights Reserved. MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
Module 2: Creating Efficient Replication Solutions.
Lecture 12 Designing Databases 12.1 COSC4406: Software Engineering.
IT 456 Seminar 5 Dr Jeffrey A Robinson. Overview of Course Week 1 – Introduction Week 2 – Installation of SQL and management Tools Week 3 - Creating and.
Mark A. Magumba Storage Management. What is storage An electronic place where computer may store data and instructions for retrieval The objective of.
Module 1: Exploring Replication. Overview Understanding SQL Server Replication Setting Up Replication Understanding Agents in Replication Securing Replication.
Overview – Chapter 11 SQL 710 Overview of Replication
Module 6: Implementing SQL Server Replication in an Enterprise Environment.
1 Chapter Overview Introducing Replication Planning for Replication Implementing Replication Monitoring and Administering Replication.
Planning Server Deployments Lesson 20. Skills Matrix.
Module 11: Introducing Replication. Overview Introduction to Distributed Data Introduction to SQL Server Replication SQL Server Replication Agents SQL.
Overview of high availability in Microsoft SQL Server Szymon Wójcik.
Intro – Part 2 Introduction to Database Management: Ch 1 & 2.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
Chapter 15: Achieving High Availability Through Replication.
 Replication is the process of copying database information  Replication is used for:  Backing up your database  Migrating to a new server  Mirroring.
SQL Server 2005 Implementation and Maintenance Chapter 12: Achieving High Availability Through Replication.
1 Chapter Overview Understanding Data Restoration Issues Understanding the Types of Database Backups Understanding the Restoration Process.
Module 5: Implementing Merge Replication. Overview Understanding Merge Replication Architecture Implementing Conflict Resolution Planning and Deploying.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
2 Copyright © 2007, Oracle. All rights reserved. Configuring for Recoverability.
Ch 12. Replication. Replication Place copies of data to a different location Use: Reduce locking conflict when multiple sites want to work on same set.
MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition (70-294) Chapter 1: Overview of the Active.
6 Copyright © Oracle Corporation, All rights reserved. Backup and Recovery Overview.
Transactional Replication it’s not scary Evgeny Khabarov.
James A. Senn’s Information Technology, 3rd Edition
Database recovery contd…
SQL Replication for RCSQL Reporting
SQL Replication for RCSQL 4.5
Distributed Database Management Systems
Glasgow, SQL Server Meetup
Introduction to transactional replication
Navigating the options for Data Redundancy
AlwaysOn Mirroring, Clustering
Transactional replication
Introduction to Replication
Methodology – Monitoring and Tuning the Operational System
Unit 10 NT1330 Client-Server Networking II Date: 8/16/2016
Chapter 9 Designing Databases
Chapter 12 Designing Databases
Methodology – Monitoring and Tuning the Operational System
Presentation transcript:

Chapter 12: Designing a Data- Archiving Solution MCITP Administrator: Microsoft SQL Server 2005 Database Server Infrastructure Design Study Guide (70-443)

Reasons for Archiving Data Improved query performance Decreased disk space use Reduced maintenance time Reduced costs © Wiley Inc All Rights Reserved.

Steps to Create a Data Archive Plan 1.Determine business and regulatory requirements 2.Determine what data to archive 3.Select storage format 4.Develop a data-movement strategy 5.Design a replication topology if replication is used © Wiley Inc All Rights Reserved.

Determine business and regulatory requirements Establish how much data needs to remain online Identify busines requriements that determine length data needs to be reatined either online or in archive How much of the data is needed? Can summary tables be used? What is accessibility of data needed? What regulatory requirements are relevant © Wiley Inc All Rights Reserved.

Determine what data to archive Identify obsolete data Determine if archiving produces a savings in disk space cost Determine if there are performance benefits Establish the archiving interval © Wiley Inc All Rights Reserved.

Sructuring Archival Data Structure by using the following types of tables: –Partitioned tables –Normalized tables –Denormalized tables –Indexed views –Summary Tables © Wiley Inc All Rights Reserved.

Guidelines for Choosing Which Structure to Use Data Accessibility Requirements Storage costs © Wiley Inc All Rights Reserved.

Select Storage Format Type of Storage format: –Magnetic tape –Optical media –Physical disks Dedicated or shared server? © Wiley Inc All Rights Reserved.

Factors Effecting Storage Format Choice Cost Accessibility Shelf life Reliability & durability Securioty Changing technology © Wiley Inc All Rights Reserved.

Develop a Data-Movement Strategy Describes how archival data is moved from production to archive Considerations should include: –Frequency of data movement –Minimizing impact on production –Direct or indirect transfer –Security of data during movement –Data verification processes © Wiley Inc All Rights Reserved.

Replication Topology Defines relationship between servers and copies of data Dsignin should include: –Whether replicated data needs to be updated and by whom –Data distribution needs –Replication environment –Types of replications –How replication type and topologies align © Wiley Inc All Rights Reserved.

Replication Roles Publisher Distributor Subscriber SQL Server can be one, two or all three © Wiley Inc All Rights Reserved.

Replication Components Article Publication © Wiley Inc All Rights Reserved.

Replication Model Considerations Autonomy Latency Consistency © Wiley Inc All Rights Reserved.

Types of Replication Transactional Snapshot Merge © Wiley Inc All Rights Reserved.

Snapshot Replication Copies entire publication to subscribers each replication Created using Snapshot Agent Used primarily to establish the initial set of data © Wiley Inc All Rights Reserved.

Transactional Replication Standard Transactional Replication Transcational Replication with Updating Subscribers Peer-to-Peer Transactional Replication © Wiley Inc All Rights Reserved.

Merge Replication Most complex, most flexible Allows changes at both publishers and subscribers Conflicts are problem but resolvable © Wiley Inc All Rights Reserved.

Managing Replication Topology Develop and test a backup and restore strategy Script the replication topology Understand replication performance parameters Establish performance baseline Create thresholds and alerts Monitor the replication topology Validate data on periodic basis Adjust publication and distribution retention periods when necessary Understand how to modify publications if application requirements change © Wiley Inc All Rights Reserved.

Designing a Replication Strategy Determine requirement for replication with archival data Select a replication type Create a replication topology diagram Determine subscribers, distributors and publishers Select pull or push subscription Determine security requirements © Wiley Inc All Rights Reserved.