FAQ: Database System Development Life Cycle

Size: px
Start display at page:

Download "FAQ: Database System Development Life Cycle"

Transcription

1 Question 1: Why study database management system (DBMS) designs? Answer 1: Understanding and designing databases is truly an evolutionary learning process. There is not a right way or a wrong way to develop a database; instead, there is a set of established principles that can be employed in an infinite number of possibilities. The best learning actually takes place on the job: Through designing and developing database solutions, one can learn from his or her experience. Database analysts (DBAs) are exposed to other ideas either through peers who work alongside them or through industry groups where the examples and ideas of others could be studied. Every new database that a DBA encounters is really a learning opportunity for the DBA to see what areas of the database are predictable and what areas of the database are elegant and even perhaps revolutionary. Every database is a learning experience for the DBA. Question 2: How is the database system development life cycle (DSDL) similar to the systems development life cycle (SDLC)? Answer 2: The database system development life cycle (DSDL) is very similar to the systems development life cycle (SDLC) because the SDLC is a best practices approach to managing software development projects. These best practices can be translated into the activities that one would use when developing a database project. It has a similar structure because it works and is highly effective in providing oversight over a complex problem. It is not incorrect to suggest that the DSDL was deliberately patterned after the SDLC. Question 3: Does documenting a database slow down the development process? Answer 3: Documenting a database does slow the development process; however, there are two different opinions on this problem of speed and accuracy. One opinion suggests that the documentation provides a way of understanding the database conceptually before any expensive development work is performed. It suggests that quality control is built into the front of the development process because the time and energy spent in conceptualizing the database is 1

2 less expensive than going back and repairing the database after it has been constructed. The second opinion suggests that quality control is built into the end of the development process because the testing phase of the database system development life cycle (DSDL) will reveal any database inconsistencies, and those inconsistencies can be repaired. In the first opinion, you are slowed down by the analytical process of conceptualizing the database prior to development. In the second opinion, you gain more speed in the development process because there is no analytical work, and the assumption is the corrections found during the testing phase will be relatively minor. The problem is that working under the assumption that these changes will be relatively minor, it could turn out that the entire structure of the database was incorrectly assumed; thus, the whole thing needs to be rewritten, and you must start from scratch. The DSDL attempts to avoid assumption in clarifying work before it begins. This slows down the development process but also ensures a greater degree of accuracy from that process. Question 4: How can documentation be used after the development process? Answer 4: It is unfortunate that many companies rely upon individuals to manage their databases. When this happens, there is a built-in dependency upon that individual to stick around and help the company extend and use its database. This creates an unnatural relationship where a company is entirely dependent upon the knowledge of just one person; if this individual left the company, the risks could conceivably affect its business plan. Documentation objectifies the database just as a blueprint for a building might. Blueprints for facilities can be shared with a myriad of contractors and vendors so everyone is on the same page when making alterations or changes. The same is true for database systems where many individuals (such as vendors, software developers, report writers, customers, and employees) will need to understand the database's structure to complete their work. Documentation can reduce the overall risk to the company, because one individual is not solely responsible for understanding the entire database. 2

3 Question 5: Do all companies use the same database system development life cycles (DSDL)? Answer 5: Many companies do not use database system development life cycles (DSDL) at all but instead fit the database development process into a broader systems development life cycle (SDLC). Depending on the size, complexity, and risks associated with the company s business process, management may require more transparency in the development process and trust its database analysts (DBAs) and software developers less. Some companies do not require a great deal of transparency in the process of developing and designing databases and instead invest a staggering amount of trust into their DBAs and software developers. Their SDLC might not even be written down and may be just a generalized process. Some customers (e.g., government contracts) may absolutely require extensive documentation concerning requirements and the fulfillment of those requirements so an extensive DSDL is absolutely required. The bottom line is that companies use the DSDL framework as they might an SDLC framework and customize it for their own needs and purposes. Question 6: What is transparency? Answer 6: Transparency simply means that management can see all of the happenings and events during the development process for a database. More transparency means more complexity in the database system development life cycle (DSDL) and is often equated to greater micromanagement. Less transparency is indicative of more trust placed in the database analysts (DBAs) to do their jobs and is often equated to a management by objectives (MBO) philosophy in managing projects. Management might absolutely want a say in the decisions made by its DBAs, which could adversely affect schedule and cost, and the DSDL is designed to interject management oversight at key areas during the development process. 3

4 Question 7: Is there risk associated with not documenting a database? Answer 7: Just as there is a risk in building a house without blueprints, there is risk associated with not documenting a database. All of the information that went into constructing that house resides in the mind of a single builder. If that builder becomes unavailable, the architectural understanding of the house is lost. The same is true for a database. Without documentation, the database could easily become a black box: A working component for a software application that is not thoroughly understood and could inhibit the company s ability to leverage that asset or to expand upon it. In some cases, database analysts (DBAs) may even be called upon to reverse-engineer the database so they are able to understand it and develop the documentation that was never prepared in the first place, creating more cost and wasting more time. A vast number of companies run databases that were created as legacy systems that they paid tens or hundreds of thousands of dollars for and do not thoroughly understand and cannot support because they lack documentation. It is without question that DBAs will be called upon within the course of their careers to reverse-engineer many databases with which they were not initially involved. Question 8: Is documentation for the database good for software development? Answer 8: The relationship between a database analyst (DBA) and a software developer is a strained one. The application developers want to offer the greatest possible product to meet user needs, and the DBAs want to protect the integrity of the information system and the speed and performance of the database. Sometimes, these goals are not directly aligned. The users want to have information available to them throughout multiple areas of their application, which would force the database to store information redundantly or inefficiently. If the software developer has the right to make changes to the database, more often than not, this developer will sacrifice relational database principles to meet the needs of his or her end users. If the software developer is prohibited from making these changes, there is likely going to be contention between the needs of the software developer and the DBA. Documentation helps clarify the structure and intention of the database so it can be shared with all software developers without having to reiterate the 4

5 DBA s intention. In this way, stronger and more uniform database and application solutions can be constructed. Question 9: How can documentation be used in future projects? Answer 9: As with any blueprint or map, documentation for the database could be useful for preparing new extensions and new capabilities. Without documentation, future projects may attempt to reinvent database structures that already exist and could introduce additional complexity and redundancy into the information system of a company. The adage If one does not understand the mistakes of history, one is doomed to repeat them is applicable to database design and development. With extensive documentation, future projects could leverage database structures that have solved previously understood problems so process is not repeated. This could save time and energy and allow the company to deploy a more integrated software solution. Question 10: Should all databases be centralized to just one machine or one server? Answer 10: There is a school of thought that suggests everything should be centralized, which is supported by Moore s law and Metcalfe s law in terms of technology principles. Processor speed will double every 18 months while the price drops by half, and broadband speed will double while the price drops by half in the same period; therefore, more bandwidth is available every year at lower costs, and more processing speed is available every year at lower costs. It makes perfect sense to decentralize as much as you can to a single machine to lower the total cost of ownership (TCO). Cost alone does not justify putting all databases on just one machine. If a banking institution centralized all of its database activity to a single point and branches used wide area connectivity to interface with that centralized database, the obvious risk is network connectivity. If the network goes down with this centralized database strategy, the banking branch would be incapable of performing its core competencies: accepting deposits and performing withdrawals. If a retail company centralized all of its database activity, and connectivity to the database was lost by a retail outlet, inventories could not be reconciled, and point of sale stations could not record 5

6 customer transactions the retail company would be unable to sell anything, and the corporation could not have any transparency over its remote inventories. Moore and Metcalfe aside, it makes sense to distribute databases and have the database management system (DBMS) engine synchronize and replicate the databases' contents in the event of connectivity failure. Although centralization lowers total cost of ownership, it also increases risk because of failures and connectivity. In designing database solutions, one must balance the inherent need for centralization and cost containment with the need for business continuity. 6

FAQ: Database Development and Management

FAQ: Database Development and Management Question 1: Are normalization rules followed exclusively in the real world? Answer 1: Unfortunately, the answer to this question is no. Database design and development do not have hard and fast rules,

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

A Long and Successful Public-Private Partnership. Town of Gilbert AZ and Severn Trent Services

A Long and Successful Public-Private Partnership. Town of Gilbert AZ and Severn Trent Services A Long and Successful Public-Private Partnership Town of Gilbert AZ and Severn Trent Services 9 October 2012 ICMA Annual Conference Solutions Track Presented by: Patrick Banger and Martin Kane Our discussion

More information

10 Hidden IT Risks That Might Threaten Your Business

10 Hidden IT Risks That Might Threaten Your Business (Plus 1 Fast Way to Find Them) Your business depends on intelligence. But can you count on your technology? You may not be in the intelligence technology business, but it s probably impossible to imagine

More information

OPTIMIZATION MAXIMIZING TELECOM AND NETWORK. The current state of enterprise optimization, best practices and considerations for improvement

OPTIMIZATION MAXIMIZING TELECOM AND NETWORK. The current state of enterprise optimization, best practices and considerations for improvement MAXIMIZING TELECOM AND NETWORK OPTIMIZATION The current state of enterprise optimization, best practices and considerations for improvement AOTMP.com The Next Evolution of Telecom Management OVERVIEW As

More information

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1 Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases Objective 1 1) One of the disadvantages of a relational database is that we can enter data once into the database, and then

More information

ARC BRIEF. Application Downtime, Your Productivity Killer. Overview. Trends in Plant Application Adoption. By John Blanchard and Greg Gorbach

ARC BRIEF. Application Downtime, Your Productivity Killer. Overview. Trends in Plant Application Adoption. By John Blanchard and Greg Gorbach ARC BRIEF JANUARY 2012 Application Downtime, Your Productivity Killer By John Blanchard and Greg Gorbach Overview Today, manufacturing enterprises are faced with intense competitive pressure, limited IT

More information

ELTMaestro for RedShift: ELT in the Cloud

ELTMaestro for RedShift: ELT in the Cloud ELTMaestro for RedShift: ELT in the Cloud Author s note More often than not, I find it hard to figure out what tech companies or their products do by looking at their web pages. I end up trying to deduce

More information

Foundations. The Golden Record is Not Enough: The Case For Data Orchestration. CPDAs Highly Recommend

Foundations. The Golden Record is Not Enough: The Case For Data Orchestration. CPDAs Highly Recommend Foundations Journal of the Professional Petroleum Data Management Association Print: ISSN 2368-7533 - Online: ISSN 2368-7541 Volume 2 Issue 3 4Q2015 The Golden Record is Not Enough: The Case For Data Orchestration

More information

lean information technology service management: bottom-up process improvement that addresses the bottom line

lean information technology service management: bottom-up process improvement that addresses the bottom line lean information technology service management: bottom-up process improvement that addresses the bottom line BY jack white and scott chaiken 22 Contract Management May 2008 By implementing this approach,

More information

INTRODUCTION EXISTING DESIGN

INTRODUCTION EXISTING DESIGN INTRODUCTION Syringa Networks clearly sees the Idaho Education Network as a valuable educational asset. Like any asset, the network must be well managed in order to maximize its value for all Stakeholders.

More information

Test bank for accounting information systems 1st edition by richardson chang and smith

Test bank for accounting information systems 1st edition by richardson chang and smith Test bank for accounting information systems 1st edition by richardson chang and smith Chapter 04 Relational Databases and Enterprise Systems True / False Questions 1. Three types of data models used today

More information

COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS

COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS Number: CLO-001 Passing Score: 800 Time Limit: 120 min File Version: 39.7 http://www.gratisexam.com/ COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS Exam Name: CompTIA

More information

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data

Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data Losing Control: Controls, Risks, Governance, and Stewardship of Enterprise Data an eprentise white paper tel: 407.591.4950 toll-free: 1.888.943.5363 web: www.eprentise.com Author: Helene Abrams www.eprentise.com

More information

Opting to have your own Dark Fiber. 10 Reasons why it makes sense to have your own Dark Fiber set-up

Opting to have your own Dark Fiber. 10 Reasons why it makes sense to have your own Dark Fiber set-up Opting to have your own Dark Fiber 10 Reasons why it makes sense to have your own Dark Fiber set-up Why it makes sense to have your own Dark Fiber set-up 1. 6. It s cheaper Invest in your customer 2. Multiple

More information

Cisco Wireless Video Surveillance: Improving Operations and Security

Cisco Wireless Video Surveillance: Improving Operations and Security Cisco Wireless Video Surveillance: Improving Operations and Security What You Will Learn Today s organizations need flexible, intelligent systems to help protect people and assets as well as streamline

More information

Enterprise Data Architecture: Why, What and How

Enterprise Data Architecture: Why, What and How Tutorials, G. James, T. Friedman Research Note 3 February 2003 Enterprise Data Architecture: Why, What and How The goal of data architecture is to introduce structure, control and consistency to the fragmented

More information

To Audit Your IAM Program

To Audit Your IAM Program Top Five Reasons To Audit Your IAM Program Best-in-class organizations are auditing their IAM programs - are you? focal-point.com Introduction Stolen credentials are the bread and butter of today s hacker.

More information

3 Ways Businesses Use Network Virtualization. A Faster Path to Improved Security, Automated IT, and App Continuity

3 Ways Businesses Use Network Virtualization. A Faster Path to Improved Security, Automated IT, and App Continuity 3 Ways Businesses Use Network Virtualization A Faster Path to Improved Security, Automated IT, and App Continuity INTRODUCTION 2 Today s IT Environments Are Demanding Technology has made exciting leaps

More information

Registration. Adding Accounts. How do I sign up for this service? The sign-up process for this service is quite simple.

Registration. Adding Accounts. How do I sign up for this service? The sign-up process for this service is quite simple. Registration How do I sign up for this service? The sign-up process for this service is quite simple. Step 1: Complete a short registration form. If you want to, you can register the accounts you hold

More information

Document your findings about the legacy functions that will be transformed to

Document your findings about the legacy functions that will be transformed to 1 Required slide 2 Data conversion is a misnomer. This implies a simple mapping of data fields from one system to another. In reality, transitioning from one system to another requires a much broader understanding

More information

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS QM 433 - Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS www.cba.edu.kw/krouibah Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1 Objectives

More information

SAPtips. Journal. Creating a Well-Developed Master Data Management Solution in BW. August/September 2005 Volume III Issue 4. SAPtips.

SAPtips. Journal. Creating a Well-Developed Master Data Management Solution in BW. August/September 2005 Volume III Issue 4. SAPtips. Page 1 Creating a Well-Developed Master Data Management Solution in BW By Arthur Pat Pesa, arthurpesa, inc Editor Note: Pat Pesa delivers another one-two-three punch with his discussion of developing,

More information

How to integrate data into Tableau

How to integrate data into Tableau 1 How to integrate data into Tableau a comparison of 3 approaches: ETL, Tableau self-service and WHITE PAPER WHITE PAPER 2 data How to integrate data into Tableau a comparison of 3 es: ETL, Tableau self-service

More information

Peer Software and Scality - A Distributed File System Approach to Scale-out Storage

Peer Software and Scality - A Distributed File System Approach to Scale-out Storage Peer Software and Scality - A Distributed File System Approach to Scale-out Storage Contents Introduction - What We All Want........................... 2 Why Cloud Gateways................................

More information

ConfigOS. Concept of Operations. Automated STIG Remediation Making Software Work in Secure Environments. Version 1.7.

ConfigOS. Concept of Operations. Automated STIG Remediation Making Software Work in Secure Environments. Version 1.7. ConfigOS Concept of Operations Automated STIG Remediation Making Software Work in Secure Environments Version 1.7 February 31, 2015 Copyright 2015 SteelCloud LLC www.steelcloud.com 20110 Ashbrook Place,

More information

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE.

RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. RED HAT ENTERPRISE LINUX. STANDARDIZE & SAVE. Is putting Contact us INTRODUCTION You know the headaches of managing an infrastructure that is stretched to its limit. Too little staff. Too many users. Not

More information

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018 V REPORT : HPE Hybrid IT for SMBs HPE addressing SMB and channel partner Hybrid IT demands October 2018 ANALYST ANURAG AGRAWAL Data You Can Rely On Analysis You Can Act Upon HPE addressing SMB and partner

More information

Submission. to the. Australian Communications and Media Authority. on the. Cellular mobile repeaters a proposed regulatory approach

Submission. to the. Australian Communications and Media Authority. on the. Cellular mobile repeaters a proposed regulatory approach Submission to the Australian Communications and Media Authority on the Cellular mobile repeaters a proposed regulatory approach Submission by: Australian Mobile Telecommunications Association and Communications

More information

Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition

Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition An Oracle White Paper February 2012 Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition Disclaimer The following is intended to outline our general product direction.

More information

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud

Total Cost of Ownership: Benefits of ECM in the OpenText Cloud Total Cost of Ownership: Benefits of ECM in the OpenText Cloud OpenText Managed Services brings together the power of an enterprise cloud platform with the technical skills and business experience required

More information

SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT

SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT SEPARATING FACT FROM FICTION MICROSOFT & POWER MANAGEMENT DON T BE FOOLED: FREE WILL COST YOU... While Microsoft Windows and System Center include power management features, their capabilities are rudimentary

More information

Efficient Data Center Virtualization Requires All-flash Storage

Efficient Data Center Virtualization Requires All-flash Storage White Paper Efficient Data Center Virtualization Requires All-flash Storage By Scott Sinclair, Storage Analyst November 2015 This ESG White Paper was commissioned by Pure Storage and is distributed under

More information

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business Evaluating Cloud Databases for ecommerce Applications What you need to grow your ecommerce business EXECUTIVE SUMMARY ecommerce is the future of not just retail but myriad industries from telecommunications

More information

ACCELERATING SAP: INNOVATION IN TEST AUTOMATION

ACCELERATING SAP: INNOVATION IN TEST AUTOMATION ACCELERATING SAP: INNOVATION IN TEST AUTOMATION Worksoft White Paper By Linda Hayes, Founder, Worksoft, Inc. v0709 2007 Worksoft, Inc. All rights reserved. Worksoft and Worksoft Certify are registered

More information

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT

AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT AVOIDING SILOED DATA AND SILOED DATA MANAGEMENT Dalton Cervo Author, Consultant, Data Management Expert March 2016 This presentation contains extracts from books that are: Copyright 2011 John Wiley & Sons,

More information

Crash Course in Modernization. A whitepaper from mrc

Crash Course in Modernization. A whitepaper from mrc Crash Course in Modernization A whitepaper from mrc Introduction Modernization is a confusing subject for one main reason: It isn t the same across the board. Different vendors sell different forms of

More information

What is SD WAN and should I know or care about it? Ken LaMere Ecessa

What is SD WAN and should I know or care about it? Ken LaMere Ecessa What is SD WAN and should I know or care about it? Ken LaMere Ecessa Powered by 1 Source International What is SD WAN? 10 Years Ago 7 Years Ago 7 Years Ago 5 Years Ago 5 Years Ago Today Today Market Trends

More information

Super-Peer Architectures for Distributed Computing

Super-Peer Architectures for Distributed Computing Whitepaper Super-Peer Architectures for Distributed Computing Fiorano Software, Inc. 718 University Avenue, Suite 212 Los Gatos, CA 95032 U.S.A. +1.408.354.3210 email info@fiorano.com www.fiorano.com Entire

More information

Probability Models.S4 Simulating Random Variables

Probability Models.S4 Simulating Random Variables Operations Research Models and Methods Paul A. Jensen and Jonathan F. Bard Probability Models.S4 Simulating Random Variables In the fashion of the last several sections, we will often create probability

More information

BUSINESS CONTINUITY AND DISASTER RECOVERY ACROSS GOVERNMENT BOUNDARIES

BUSINESS CONTINUITY AND DISASTER RECOVERY ACROSS GOVERNMENT BOUNDARIES BUSINESS CONTINUITY AND DISASTER RECOVERY ACROSS GOVERNMENT BOUNDARIES Business Continuity and Disaster Recovery State of Utah NASCIO Awards 2009 1 BUSINESS CONTINUITY AND DISASTER RECOVERY ACROSS GOVERNMENT

More information

Connecting with Computer Science Chapter 13 Review: Chapter Summary:

Connecting with Computer Science Chapter 13 Review: Chapter Summary: Connecting with Computer Science Chapter 13 Review: Chapter Summary: Software engineering involves many different steps to create an application that meets end user s needs. The process of building an

More information

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN

Improving Data Governance in Your Organization. Faire Co Regional Manger, Information Management Software, ASEAN Improving Data Governance in Your Organization Faire Co Regional Manger, Information Management Software, ASEAN Topics The Innovation Imperative and Innovating with Information What Is Data Governance?

More information

1 Overview of Database Management

1 Overview of Database Management 1 Overview of Database Management 1.1 Data, information and knowledge 1.1.1 Data Data is/are the facts of the World. For example, take yourself. You may be 5ft tall, have brown hair and blue eyes. All

More information

A brief introduction to information security. Outline. Safety vs. Security. Safety vs. Security. Notes. Notes. Notes. Part I.

A brief introduction to information security. Outline. Safety vs. Security. Safety vs. Security. Notes. Notes. Notes. Part I. A brief introduction to information security Part I Tyler Moore Computer Science & Engineering Department, SMU, Dallas, TX August 23, 2012 Outline 1 2 2 / 41 Safety vs. Security Safety Protects against

More information

Multi-threading technology and the challenges of meeting performance and power consumption demands for mobile applications

Multi-threading technology and the challenges of meeting performance and power consumption demands for mobile applications Multi-threading technology and the challenges of meeting performance and power consumption demands for mobile applications September 2013 Navigating between ever-higher performance targets and strict limits

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

-archiving. project roadmap CHAPTER 1. archiving Planning, policies and product selection

-archiving. project roadmap CHAPTER 1.  archiving Planning, policies and product selection INSIDE email archiving Planning, policies and product selection CHAPTER 1 Ready to dive into email archiving? Try this four-phased approach to get your project up and running Email-archiving project roadmap

More information

What is ITIL. Contents

What is ITIL. Contents What is ITIL Contents What is ITIL and what are its origins?... 1 Services and Service Management... 2 Service Providers... 3 Stakeholders in Service Management... 3 Utility and Warranty... 4 Best Practices

More information

2 The IBM Data Governance Unified Process

2 The IBM Data Governance Unified Process 2 The IBM Data Governance Unified Process The benefits of a commitment to a comprehensive enterprise Data Governance initiative are many and varied, and so are the challenges to achieving strong Data Governance.

More information

Managing intranets: opportunities and challenges

Managing intranets: opportunities and challenges 1 Managing intranets: opportunities and challenges IN THIS CHAPTER: Life in a workflow world The intranet opportunity Life as an intranet manager The challenges of intranet management A framework for intranet

More information

Hello, my name is Cara Daly, I am the Product Marketing Manager for Polycom Video Content Management Solutions and today I am going to be reviewing

Hello, my name is Cara Daly, I am the Product Marketing Manager for Polycom Video Content Management Solutions and today I am going to be reviewing Page 1 of 19 Hello, my name is Cara Daly, I am the Product Marketing Manager for Polycom Video Content Management Solutions and today I am going to be reviewing the upcoming changes for our Q2 2013 Solutions

More information

THE FASTEST WAY TO CONNECT YOUR NETWORK. Accelerate Multiple Location Connectivity with Ethernet Private Line Solutions FIBER

THE FASTEST WAY TO CONNECT YOUR NETWORK. Accelerate Multiple Location Connectivity with Ethernet Private Line Solutions FIBER THE FASTEST WAY TO CONNECT YOUR NETWORK Accelerate Multiple Location Connectivity with Ethernet Private Line Solutions FIBER In today s competitive business environment, speed is the name of the game.

More information

Why the Threat of Downtime Should Be Keeping You Up at Night

Why the Threat of Downtime Should Be Keeping You Up at Night Why the Threat of Downtime Should Be Keeping You Up at Night White Paper 2 Your Plan B Just Isn t Good Enough. Learn Why and What to Do About It. Server downtime is an issue that many organizations struggle

More information

Up and Running Software The Development Process

Up and Running Software The Development Process Up and Running Software The Development Process Success Determination, Adaptative Processes, and a Baseline Approach About This Document: Thank you for requesting more information about Up and Running

More information

Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX

Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX Achieving Rapid Data Recovery for IBM AIX Environments An Executive Overview of EchoStream for AIX Introduction Planning for recovery is a requirement in businesses of all sizes. In implementing an operational

More information

Performance of relational database management

Performance of relational database management Building a 3-D DRAM Architecture for Optimum Cost/Performance By Gene Bowles and Duke Lambert As systems increase in performance and power, magnetic disk storage speeds have lagged behind. But using solidstate

More information

MicroSurvey Users: How to Report a Bug

MicroSurvey Users: How to Report a Bug MicroSurvey Users: How to Report a Bug Step 1: Categorize the Issue If you encounter a problem, as a first step it is important to categorize the issue as either: A Product Knowledge or Training issue:

More information

Lecture 01. Fall 2018 Borough of Manhattan Community College

Lecture 01. Fall 2018 Borough of Manhattan Community College Lecture 01 Fall 2018 Borough of Manhattan Community College 1 2 Introduction A database (DB) is a collection of related data. A database management system (DBMS) is the software that manages and controls

More information

(Practice-Oriented Paper) IQ Concepts. James McGinnis Bruce Upton

(Practice-Oriented Paper) IQ Concepts. James McGinnis Bruce Upton USING A METRO-ETHERNET PROJECT TO ADDRESS IQ CHALLENGES WITH TECHNOLOGY (Practice-Oriented Paper) IQ Concepts James McGinnis Bruce Upton Abstract: The use of current information technology practices to

More information

Arthur Chang Segment Business Development Manager Connected Home & Commercial Clients, CCG. October 2016

Arthur Chang Segment Business Development Manager Connected Home & Commercial Clients, CCG. October 2016 Arthur Chang Segment Business Development Manager Connected Home & Commercial Clients, CCG October 2016 Connecting to a Big Opportunity Digital signage is dramatically changing business as usual $20B 8/10

More information

Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs.

Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs. IBM Global Technology Services July 2009 Virtualizing disaster recovery helps ensure business resiliency while cutting operating costs. Virtualization doesn t stop with servers and storage devices it s

More information

Total Cost of Ownership: Benefits of the OpenText Cloud

Total Cost of Ownership: Benefits of the OpenText Cloud Total Cost of Ownership: Benefits of the OpenText Cloud OpenText Managed Services in the Cloud delivers on the promise of a digital-first world for businesses of all sizes. This paper examines how organizations

More information

WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY

WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY WHY BUILDING SECURITY SYSTEMS NEED CONTINUOUS AVAILABILITY White Paper 2 Why Building Security Systems Need Continuous Availability Always On Is the Only Option. If All Systems Go Down, How Can You React

More information

Truffle Broadband Bonding Network Appliance

Truffle Broadband Bonding Network Appliance Truffle Broadband Bonding Network Appliance Reliable high throughput data connections with low-cost & diverse transport technologies PART I Truffle in standalone installation for a single office. Executive

More information

Foundations of a Data Centric Organization A NDREW K A R CHER SQL SAT U R D AY #740 A P R IL 1 4,

Foundations of a Data Centric Organization A NDREW K A R CHER SQL SAT U R D AY #740 A P R IL 1 4, Foundations of a Data Centric Organization A NDREW K A R CHER SQL SAT U R D AY #740 A P R IL 1 4, 20 1 8 About Me http://www.andrewkarcher.com Twitter: @akarcher LinkedIn, Twitter Email: akarcher@gmail.com

More information

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is You should now see the main screen which is called the main screen or menu screen.

More information

MERAKI SERVICE DESCRIPTION

MERAKI SERVICE DESCRIPTION MERAKI SERVICE DESCRIPTION Document Control Purpose of this Document The purpose of this document is to provide clear guidance on what the Meraki service will deliver to the end client. Document Contributors

More information

CA Test Data Manager Key Scenarios

CA Test Data Manager Key Scenarios WHITE PAPER APRIL 2016 CA Test Data Manager Key Scenarios Generate and secure all the data needed for rigorous testing, and provision it to highly distributed teams on demand. Muhammad Arif Application

More information

WR2QTP: Semantic Translator of WinRunner Scripts to QTP

WR2QTP: Semantic Translator of WinRunner Scripts to QTP WR2QTP: Semantic Translator of WinRunner Scripts to QTP BACKGROUND Automatic testing of Graphical User Interfaces (GUI) is critical, as software is increasingly becoming web-based and operated through

More information

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast

SD-WAN. Enabling the Enterprise to Overcome Barriers to Digital Transformation. An IDC InfoBrief Sponsored by Comcast SD-WAN Enabling the Enterprise to Overcome Barriers to Digital Transformation An IDC InfoBrief Sponsored by Comcast SD-WAN Is Emerging as an Important Driver of Business Results The increasing need for

More information

Future of the Data Center

Future of the Data Center Future of the Data Center Maine Digital Government Summit November 29, 2012 Dan Diltz Vice President, Public Sector 1 Session Description A new data center is the perfect opportunity to start fresh by

More information

Breakdown of Some Common Website Components and Their Costs.

Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. The cost of a website can vary dramatically based on the specific components included.

More information

CA Asset Portfolio Management

CA Asset Portfolio Management CA Asset Portfolio Management User Guide Release 12.9.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

IBM TS7700 grid solutions for business continuity

IBM TS7700 grid solutions for business continuity IBM grid solutions for business continuity Enhance data protection and business continuity for mainframe environments in the cloud era Highlights Help ensure business continuity with advanced features

More information

Maximizing Efficiency. In Data Centers

Maximizing Efficiency. In Data Centers Maximizing Efficiency In Data Centers Introduction: Efficiency Matters Introduction: Efficiency Matters When it comes to data center critical power, less is the new more. How can we get more power in less

More information

Unified Communications Express AM

Unified Communications Express AM Cisco 646-223 Unified Communications Express AM Version: 6.0 QUESTION NO: 1 The IT manager from a prospective client organization explains that their network is overloaded. The network has been in use

More information

The Anatomy of the 802.1x "Sting"

The Anatomy of the 802.1x Sting WHITE PAPER 802.1x - The "Sting" To explain, or better yet to understand, why intelligent IT folks fall for the '802.1x Sting' may require a behavioral scientist rather than an IT professional. That s

More information

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES An EDB White Paper For CIOs and IT Directors December 2015 TABLE OF CONTENTS 03 03 03 05 07 07 08 08 09 INTRODUCTION POSTGRES THE WORLD S MOST ADVANCED

More information

ROI CASE STUDY IBM SPSS CITY OF LANCASTER. ROI: 1301% Payback: 1.5 months Average annual benefit: $1,344,338. Cost : Benefit Ratio 1 : 45.

ROI CASE STUDY IBM SPSS CITY OF LANCASTER. ROI: 1301% Payback: 1.5 months Average annual benefit: $1,344,338. Cost : Benefit Ratio 1 : 45. ROI CASE STUDY IBM SPSS CITY OF LANCASTER THE BOTTOM LINE The City of Lancaster, California needed to gain greater visibility into where Part I crimes were occurring and where they were expected to occur

More information

House Republican Policy Committee. April 5, 2018

House Republican Policy Committee. April 5, 2018 Testimony of: before the House Republican Policy Committee April 5, 2018 Frank P. Buzydlowski Director, State Government Relations 717.777.5858 F.P.Buzydlowski@Verizon.com Good morning, Chairman Benninghoff

More information

Session 6b: Specifying constraints

Session 6b: Specifying constraints Session 6b: Specifying constraints Analysis vs. Design Constraints on the end product Constraints on the development COMP 320 / 420 Spring, 2018 Mr. Weisert "Analysis & Design" (review from session 1)

More information

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM

TOP REASONS TO CHOOSE DELL EMC OVER VEEAM HANDOUT TOP REASONS TO CHOOSE DELL EMC OVER VEEAM 10 This handout overviews the top ten reasons why customers choose Data Protection from Dell EMC over Veeam. Dell EMC has the most comprehensive data protection

More information

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services Sponsored by: Cisco Services Author: Leslie Rosenberg December 2017 Predictive Insight, Automation and Expertise Drive Added Value for Managed Services IDC OPINION Competitive business leaders are challenging

More information

Capturing Your Changed Data

Capturing Your Changed Data Capturing Your Changed Data with the CONNX Data Synchronization Tool Table of Contents Executive Summary 1 Fulfilling a Need with Minimal Investment 2 Departmental Reporting Servers 3 Data Migration 4

More information

WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY

WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY WHY NETWORK FAILOVER PROTECTION IS A BUSINESS NECESSITY Since its early days in the 1990s, the Internet has truly transformed the world. It would be difficult, if not impossible, to find an industry that

More information

Oracle Buys Automated Applications Controls Leader LogicalApps

Oracle Buys Automated Applications Controls Leader LogicalApps Oracle Buys Automated Applications Controls Leader LogicalApps To strengthen Oracle s Governance, Risk and Compliance Suite with Real-time Policy Enforcement October 26, 2007 Disclaimer The following is

More information

TERMINOLOGY MANAGEMENT DURING TRANSLATION PROJECTS: PROFESSIONAL TESTIMONY

TERMINOLOGY MANAGEMENT DURING TRANSLATION PROJECTS: PROFESSIONAL TESTIMONY LINGUACULTURE, 1, 2010 TERMINOLOGY MANAGEMENT DURING TRANSLATION PROJECTS: PROFESSIONAL TESTIMONY Nancy Matis Abstract This article briefly presents an overview of the author's experience regarding the

More information

Data Governance. Mark Plessinger / Julie Evans December /7/2017

Data Governance. Mark Plessinger / Julie Evans December /7/2017 Data Governance Mark Plessinger / Julie Evans December 2017 12/7/2017 Agenda Introductions (15) Background (30) Definitions Fundamentals Roadmap (15) Break (15) Framework (60) Foundation Disciplines Engagements

More information

The chances are excellent that your company will

The chances are excellent that your company will Set Up Chart of Accounts and Start Dates The chances are excellent that your company will have been operating, if only for a short time, prior to the time you start using QuickBooks. To produce accurate

More information

Composite Data Virtualization Maximizing Value from Enterprise Data Warehouse Investments

Composite Data Virtualization Maximizing Value from Enterprise Data Warehouse Investments Composite Data Virtualization Maximizing Value from Enterprise Data Warehouse Investments Composite Software August 2012 TABLE OF CONTENTS MAXIMIZING VALUE FROM ENTERPRISE DATA WAREHOUSE INVESTMENTS...

More information

Application-Centric Analysis Helps Maximize the Value of Wireshark

Application-Centric Analysis Helps Maximize the Value of Wireshark Application-Centric Analysis Helps Maximize the Value of Wireshark The cost of freeware Protocol analysis has long been viewed as the last line of defense when it comes to resolving nagging network and

More information

The Value of Data Governance for the Data-Driven Enterprise

The Value of Data Governance for the Data-Driven Enterprise Solution Brief: erwin Data governance (DG) The Value of Data Governance for the Data-Driven Enterprise Prepare for Data Governance 2.0 by bringing business teams into the effort to drive data opportunities

More information

Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio

Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio Enterprise Strategy Group Getting to the bigger truth. ESG Economic Value Audit Analyzing the Economic Benefits of the HPE SimpliVity 380 All-flash Hyperconverged Portfolio By Mike Leone, Senior IT Validation

More information

FIBO Shared Semantics. Ontology-based Financial Standards Thursday Nov 7 th 2013

FIBO Shared Semantics. Ontology-based Financial Standards Thursday Nov 7 th 2013 FIBO Shared Semantics Ontology-based Financial Standards Thursday Nov 7 th 2013 FIBO Conceptual and Operational Ontologies: Two Sides of a Coin FIBO Business Conceptual Ontologies Primarily human facing

More information

Branch Redefined: Enabling the Distributed Enterprise with SD-WAN

Branch Redefined: Enabling the Distributed Enterprise with SD-WAN Branch Redefined: Enabling the Distributed Enterprise with SD-WAN Citrix customers deliver seamless, secure connectivity with a great experience while optimizing network operations Table of contents Leading

More information

Building a Better Data System: What Are Process and Data Models?

Building a Better Data System: What Are Process and Data Models? Building a Better Data System: What Are Process and Data Models? Robin Nelson Bruce Bull The DaSy Center The contents of this report were developed under a grant from the U.S. Department of Education,

More information

Victra A Verizon Authorized Retailer

Victra A Verizon Authorized Retailer Case Study & TCO Analysis Victra Victra A Verizon Authorized Retailer National Verizon Retailer with nearly 1,200 stores in 46 states Saved 80% in hardware and operational costs by going with Meraki Leverages

More information