Dell EMC Powerprotect Microsoft Application Agent SQL Server User Guide CONTENTS

Total Page:16

File Type:pdf, Size:1020Kb

Dell EMC Powerprotect Microsoft Application Agent SQL Server User Guide CONTENTS Dell EMC PowerProtect Microsoft Application Agent Version 19.2 SQL Server User Guide 302-005-993 REV 01 September 2019 Copyright © 2014-2019 Dell Inc. or its subsidiaries. All rights reserved. Dell believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. THE INFORMATION IN THIS PUBLICATION IS PROVIDED “AS-IS.” DELL MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WITH RESPECT TO THE INFORMATION IN THIS PUBLICATION, AND SPECIFICALLY DISCLAIMS IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. USE, COPYING, AND DISTRIBUTION OF ANY DELL SOFTWARE DESCRIBED IN THIS PUBLICATION REQUIRES AN APPLICABLE SOFTWARE LICENSE. Dell Technologies, Dell, EMC, Dell EMC and other trademarks are trademarks of Dell Inc. or its subsidiaries. Other trademarks may be the property of their respective owners. Published in the USA. Dell EMC Hopkinton, Massachusetts 01748-9103 1-508-435-1000 In North America 1-866-464-7381 www.DellEMC.com 2 Dell EMC PowerProtect Microsoft Application Agent SQL Server User Guide CONTENTS Figures 9 Tables 11 Preface 13 Part 1 Configuring the Microsoft Application Agent 17 Chapter 1 Configuring the Data Domain System 19 Installing and upgrading the Data Domain operating system............................. 20 Configuring the Data Domain system................................................................20 Opening ports in a firewall to enable Data Domain backups..................20 Enabling Data Domain Boost on a Data Domain system .......................20 Configuring the Data Domain Boost server.......................................... 23 Data Domain replication....................................................................... 30 Configuring usage limits of Data Domain resources.............................. 31 Configuring the Data Domain Cloud Tier for data movement to the cloud.........34 Setting up the DD Cloud Tier policy for data movement to the cloud...35 Distributed segment processing........................................................................36 Distributed segment processing enabled mode.................................... 36 Distributed segment processing disabled mode....................................37 Advanced load balancing and link failover..........................................................37 Configuration restrictions.................................................................... 38 Encrypted managed file replication................................................................... 38 Data Domain High Availability............................................................................38 Validating the Data Domain system...................................................................39 Troubleshooting the Data Domain system.........................................................39 Chapter 2 Configuring Application Direct 41 Overview of Application Direct with SQL Server...............................................42 Architecture of the Microsoft application agent for Application Direct with SQL Server...............................................................................................................43 SQL Server transparent data encryption...........................................................44 Configure a user with the required privileges for SQL Server Application Direct operations.........................................................................................................45 Required privileges for backup and recovery of a stand-alone server...45 Required privileges for backup and recovery of an Always On availability group................................................................................................... 45 Required privileges for backup and recovery of a Failover Cluster Instance or Always On Failover Cluster Instance..................................46 Required privileges for backup and recovery of a Domain Independent Always On availability group.................................................................46 Required privileges to view and delete save sets with the Application Direct expiry tool (ddbmexptool) .........................................................47 Required user privileges to manage save sets and list client and storage unit information with msagentadmin.exe ............................................. 47 Adding a user to a Windows policy....................................................... 47 Dell EMC PowerProtect Microsoft Application Agent SQL Server User Guide 3 Contents Create a configuration file.................................................................................47 Configuring the lockbox.................................................................................... 49 Commands to create and manage the lockbox.....................................50 Create a lockbox.................................................................................. 52 Configure prerequisites to back up and restore Always On availability groups.. 53 Parsing TSQL operational output into multiple tables....................................... 55 Chapter 3 Configuring Storage Direct 57 Overview of Storage Direct with SQL Server....................................................58 Supported configurations of Storage Direct with SQL Server.......................... 59 Configuring Storage Direct with RecoverPoint................................................. 59 Storage Direct with RecoverPoint overview........................................ 60 Storage Direct with RecoverPoint connectivity requirements.............. 61 Storage Direct with RecoverPoint architecture................................... 62 Create a Storage Direct with RecoverPoint configuration file..............63 Configuring Storage Direct with VMAX............................................................ 66 Storage Direct with VMAX overview....................................................66 Storage Direct with VMAX connectivity requirements......................... 68 Storage Direct with VMAX architecture...............................................69 VMAX replication................................................................................. 69 Install and configure the VMAX Solutions Enabler................................72 Create a Storage Direct with VMAX configuration file......................... 73 Configuring the lockbox.................................................................................... 76 Commands to create and manage the lockbox..................................... 77 Create a lockbox.................................................................................. 79 Configure prerequisites to back up and restore Always On availability groups.. 80 Parsing TSQL operational output into multiple tables....................................... 80 Part 2 Backing Up SQL Server 83 Chapter 4 Backing Up SQL Server with Application Direct 85 Overview of Application Direct with SQL Server backups.................................86 Federated backups of Always On availability groups............................ 86 Best practices to back up SQL Server with Application Direct.......................... 87 Naming conventions for backups with Application Direct..................................88 Circumstances that promote SQL Server backups to level full .........................89 Scheduling backup jobs.....................................................................................89 Scheduling SQL Server backups by using SQL Server Agent............... 89 Scheduling SQL Server backups by using Windows Task Scheduler.... 96 Performing manual backups ............................................................................. 97 Perform backups with the Microsoft app agent for Application Direct SSMS plug-in....................................................................................... 97 Back up SQL Server with the Application Direct backup command.... 104 Perform backups with T-SQL scripts.................................................. 112 Listing backups................................................................................................ 115 List backups and save files with the msagentadmin administration command............................................................................................ 115 List backups with the Application Direct expiry tool............................ 118 Move and recall save sets on a Data Domain Cloud Tier.................................. 120 Move save sets to the Data Domain Cloud Tier................................... 121 Recall save sets from the Data Domain Cloud Tier.............................. 121 Optional parameters for the msagentadmin administration command.122 Deleting backups............................................................................................. 123 Delete backups with the msagentadmin administration command...... 123 4 Dell EMC PowerProtect Microsoft Application Agent SQL Server User Guide Contents Delete backups with the ddbmexptool expiry tool...............................125 Chapter 5 Backing Up SQL Server with Storage Direct 131 Overview of SQL Server backups with Storage Direct.....................................132 Storage Direct backup workflow......................................................................132 Storage Direct with RecoverPoint backup workflow...........................132 Storage Direct with VMAX backup workflow...................................... 133
Recommended publications
  • SQL DELETE Table in SQL, DELETE Statement Is Used to Delete Rows from a Table
    SQL is a standard language for storing, manipulating and retrieving data in databases. What is SQL? SQL stands for Structured Query Language SQL lets you access and manipulate databases SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987 What Can SQL do? SQL can execute queries against a database SQL can retrieve data from a database SQL can insert records in a database SQL can update records in a database SQL can delete records from a database SQL can create new databases SQL can create new tables in a database SQL can create stored procedures in a database SQL can create views in a database SQL can set permissions on tables, procedures, and views Using SQL in Your Web Site To build a web site that shows data from a database, you will need: An RDBMS database program (i.e. MS Access, SQL Server, MySQL) To use a server-side scripting language, like PHP or ASP To use SQL to get the data you want To use HTML / CSS to style the page RDBMS RDBMS stands for Relational Database Management System. RDBMS is the basis for SQL, and for all modern database systems such as MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access. The data in RDBMS is stored in database objects called tables. A table is a collection of related data entries and it consists of columns and rows. SQL Table SQL Table is a collection of data which is organized in terms of rows and columns.
    [Show full text]
  • SQL Stored Procedures
    Agenda Key:31MA Session Number:409094 DB2 for IBM i: SQL Stored Procedures Tom McKinley ([email protected]) DB2 for IBM i consultant IBM Lab Services 8 Copyright IBM Corporation, 2009. All Rights Reserved. This publication may refer to products that are not currently available in your country. IBM makes no commitment to make available any products referred to herein. What is a Stored Procedure? • Just a called program – Called from SQL-based interfaces via SQL CALL statement • Supports input and output parameters – Result sets on some interfaces • Follows security model of iSeries – Enables you to secure your data – iSeries adopted authority model can be leveraged • Useful for moving host-centric applications to distributed applications 2 © 2009 IBM Corporation What is a Stored Procedure? • Performance savings in distributed computing environments by dramatically reducing the number of flows (requests) to the database engine – One request initiates multiple transactions and processes R R e e q q u u DB2 for i5/OS DB2DB2 for for i5/OS e e AS/400 s s t t SP o o r r • Performance improvements further enhanced by the option of providing result sets back to ODBC, JDBC, .NET & CLI clients 3 © 2009 IBM Corporation Recipe for a Stored Procedure... 1 Create it CREATE PROCEDURE total_val (IN Member# CHAR(6), OUT total DECIMAL(12,2)) LANGUAGE SQL BEGIN SELECT SUM(curr_balance) INTO total FROM accounts WHERE account_owner=Member# AND account_type IN ('C','S','M') END 2 Call it (from an SQL interface) over and over CALL total_val(‘123456’, :balance) 4 © 2009 IBM Corporation Stored Procedures • DB2 for i5/OS supports two types of stored procedures 1.
    [Show full text]
  • Database SQL Call Level Interface 7.1
    IBM IBM i Database SQL call level interface 7.1 IBM IBM i Database SQL call level interface 7.1 Note Before using this information and the product it supports, read the information in “Notices,” on page 321. This edition applies to IBM i 7.1 (product number 5770-SS1) and to all subsequent releases and modifications until otherwise indicated in new editions. This version does not run on all reduced instruction set computer (RISC) models nor does it run on CISC models. © Copyright IBM Corporation 1999, 2010. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents SQL call level interface ........ 1 SQLExecute - Execute a statement ..... 103 What's new for IBM i 7.1 .......... 1 SQLExtendedFetch - Fetch array of rows ... 105 PDF file for SQL call level interface ....... 1 SQLFetch - Fetch next row ........ 107 Getting started with DB2 for i CLI ....... 2 SQLFetchScroll - Fetch from a scrollable cursor 113 | Differences between DB2 for i CLI and embedded SQLForeignKeys - Get the list of foreign key | SQL ................ 2 columns .............. 115 Advantages of using DB2 for i CLI instead of SQLFreeConnect - Free connection handle ... 120 embedded SQL ............ 5 SQLFreeEnv - Free environment handle ... 121 Deciding between DB2 for i CLI, dynamic SQL, SQLFreeHandle - Free a handle ...... 122 and static SQL ............. 6 SQLFreeStmt - Free (or reset) a statement handle 123 Writing a DB2 for i CLI application ....... 6 SQLGetCol - Retrieve one column of a row of Initialization and termination tasks in a DB2 for i the result set ............ 125 CLI application ............ 7 SQLGetConnectAttr - Get the value of a Transaction processing task in a DB2 for i CLI connection attribute .........
    [Show full text]
  • SQL Version Analysis
    Rory McGann SQL Version Analysis Structured Query Language, or SQL, is a powerful tool for interacting with and utilizing databases through the use of relational algebra and calculus, allowing for efficient and effective manipulation and analysis of data within databases. There have been many revisions of SQL, some minor and others major, since its standardization by ANSI in 1986, and in this paper I will discuss several of the changes that led to improved usefulness of the language. In 1970, Dr. E. F. Codd published a paper in the Association of Computer Machinery titled A Relational Model of Data for Large shared Data Banks, which detailed a model for Relational database Management systems (RDBMS) [1]. In order to make use of this model, a language was needed to manage the data stored in these RDBMSs. In the early 1970’s SQL was developed by Donald Chamberlin and Raymond Boyce at IBM, accomplishing this goal. In 1986 SQL was standardized by the American National Standards Institute as SQL-86 and also by The International Organization for Standardization in 1987. The structure of SQL-86 was largely similar to SQL as we know it today with functionality being implemented though Data Manipulation Language (DML), which defines verbs such as select, insert into, update, and delete that are used to query or change the contents of a database. SQL-86 defined two ways to process a DML, direct processing where actual SQL commands are used, and embedded SQL where SQL statements are embedded within programs written in other languages. SQL-86 supported Cobol, Fortran, Pascal and PL/1.
    [Show full text]
  • Session 5 – Main Theme
    Database Systems Session 5 – Main Theme Relational Algebra, Relational Calculus, and SQL Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences Presentation material partially based on textbook slides Fundamentals of Database Systems (6th Edition) by Ramez Elmasri and Shamkant Navathe Slides copyright © 2011 and on slides produced by Zvi Kedem copyight © 2014 1 Agenda 1 Session Overview 2 Relational Algebra and Relational Calculus 3 Relational Algebra Using SQL Syntax 5 Summary and Conclusion 2 Session Agenda . Session Overview . Relational Algebra and Relational Calculus . Relational Algebra Using SQL Syntax . Summary & Conclusion 3 What is the class about? . Course description and syllabus: » http://www.nyu.edu/classes/jcf/CSCI-GA.2433-001 » http://cs.nyu.edu/courses/fall11/CSCI-GA.2433-001/ . Textbooks: » Fundamentals of Database Systems (6th Edition) Ramez Elmasri and Shamkant Navathe Addition Wesley ISBN-10: 0-1360-8620-9, ISBN-13: 978-0136086208 6th Edition (04/10) 4 Icons / Metaphors Information Common Realization Knowledge/Competency Pattern Governance Alignment Solution Approach 55 Agenda 1 Session Overview 2 Relational Algebra and Relational Calculus 3 Relational Algebra Using SQL Syntax 5 Summary and Conclusion 6 Agenda . Unary Relational Operations: SELECT and PROJECT . Relational Algebra Operations from Set Theory . Binary Relational Operations: JOIN and DIVISION . Additional Relational Operations . Examples of Queries in Relational Algebra . The Tuple Relational Calculus . The Domain Relational Calculus 7 The Relational Algebra and Relational Calculus . Relational algebra . Basic set of operations for the relational model . Relational algebra expression . Sequence of relational algebra operations . Relational calculus . Higher-level declarative language for specifying relational queries 8 Unary Relational Operations: SELECT and PROJECT (1/3) .
    [Show full text]
  • SQL to Hive Cheat Sheet
    We Do Hadoop Contents Cheat Sheet 1 Additional Resources 2 Query, Metadata Hive for SQL Users 3 Current SQL Compatibility, Command Line, Hive Shell If you’re already a SQL user then working with Hadoop may be a little easier than you think, thanks to Apache Hive. Apache Hive is data warehouse infrastructure built on top of Apache™ Hadoop® for providing data summarization, ad hoc query, and analysis of large datasets. It provides a mechanism to project structure onto the data in Hadoop and to query that data using a SQL-like language called HiveQL (HQL). Use this handy cheat sheet (based on this original MySQL cheat sheet) to get going with Hive and Hadoop. Additional Resources Learn to become fluent in Apache Hive with the Hive Language Manual: https://cwiki.apache.org/confluence/display/Hive/LanguageManual Get in the Hortonworks Sandbox and try out Hadoop with interactive tutorials: http://hortonworks.com/sandbox Register today for Apache Hadoop Training and Certification at Hortonworks University: http://hortonworks.com/training Twitter: twitter.com/hortonworks Facebook: facebook.com/hortonworks International: 1.408.916.4121 www.hortonworks.com We Do Hadoop Query Function MySQL HiveQL Retrieving information SELECT from_columns FROM table WHERE conditions; SELECT from_columns FROM table WHERE conditions; All values SELECT * FROM table; SELECT * FROM table; Some values SELECT * FROM table WHERE rec_name = “value”; SELECT * FROM table WHERE rec_name = "value"; Multiple criteria SELECT * FROM table WHERE rec1=”value1” AND SELECT * FROM
    [Show full text]
  • SQL Procedures, Triggers, and Functions on IBM DB2 for I
    Front cover SQL Procedures, Triggers, and Functions on IBM DB2 for i Jim Bainbridge Hernando Bedoya Rob Bestgen Mike Cain Dan Cruikshank Jim Denton Doug Mack Tom Mckinley Simona Pacchiarini Redbooks International Technical Support Organization SQL Procedures, Triggers, and Functions on IBM DB2 for i April 2016 SG24-8326-00 Note: Before using this information and the product it supports, read the information in “Notices” on page ix. First Edition (April 2016) This edition applies to Version 7, Release 2, of IBM i (product number 5770-SS1). © Copyright International Business Machines Corporation 2016. All rights reserved. Note to U.S. Government Users Restricted Rights -- Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Notices . ix Trademarks . .x IBM Redbooks promotions . xi Preface . xiii Authors. xiii Now you can become a published author, too! . xvi Comments welcome. xvi Stay connected to IBM Redbooks . xvi Chapter 1. Introduction to data-centric programming. 1 1.1 Data-centric programming. 2 1.2 Database engineering . 2 Chapter 2. Introduction to SQL Persistent Stored Module . 5 2.1 Introduction . 6 2.2 System requirements and planning. 6 2.3 Structure of an SQL PSM program . 7 2.4 SQL control statements. 8 2.4.1 Assignment statement . 8 2.4.2 Conditional control . 11 2.4.3 Iterative control . 15 2.4.4 Calling procedures . 18 2.4.5 Compound SQL statement . 19 2.5 Dynamic SQL in PSM . 22 2.5.1 DECLARE CURSOR, PREPARE, and OPEN . 23 2.5.2 PREPARE then EXECUTE. 26 2.5.3 EXECUTE IMMEDIATE statement .
    [Show full text]
  • Part 11: Updates in SQL
    11. Updates in SQL 11-1 Part 11: Updates in SQL References: • Elmasri/Navathe:Fundamentals of Database Systems, 3rd Edition, 1999. Chap. 8, “SQL — The Relational Database Standard” • Silberschatz/Korth/Sudarshan: Database System Concepts, 3rd Ed., McGraw-Hill, 1999. Chapter 4: “SQL”. • Kemper/Eickler: Datenbanksysteme (in German), 4th Ed., Oldenbourg, 1997. Chapter 4: Relationale Anfragesprachen (Relational Query Languages). • Lipeck: Skript zur Vorlesung Datenbanksysteme (in German), Univ. Hannover, 1996. • Date/Darwen: A Guide to the SQL Standard, Fourth Edition, Addison-Wesley, 1997. • van der Lans: SQL, Der ISO-Standard (in German), Hanser, 1990. • Sunderraman: Oracle Programming, A Primer. Addison-Wesley, 1999. • Oracle8 SQL Reference, Oracle Corporation, 1997, Part No. A58225-01. • Oracle8 Concepts, Release 8.0, Oracle Corporation, 1997, Part No. A58227-01. • Chamberlin: A Complete Guide to DB2 Universal Database. Morgan Kaufmann, 1998. • Microsoft SQL Server Books Online: Accessing and Changing Data. • H. Berenson, P. Bernstein, J. Gray, J. Melton, E. O’Neil, P. O’Neil: A critique of ANSI SQL isolation levels. In Proceedings of the 1995 ACM SIGMOD International Conference on Management of Data, 1–10, 1995. Stefan Brass: Datenbanken I Universit¨atHalle, 2004 11. Updates in SQL 11-2 Objectives After completing this chapter, you should be able to: • use INSERT, UPDATE, and DELETE commands in SQL. • use COMMIT and ROLLBACK in SQL. • explain the concept of a transaction. Mention a typical example and explain the ACID-properties. • explain what happens when several users access the database concurrently. Explain locks and possibly multi-version concurrency control. When does one need to add “FOR UPDATE” to a query? Stefan Brass: Datenbanken I Universit¨atHalle, 2004 11.
    [Show full text]
  • SQL Stored Routines Draft 2017-06-09
    SQL Stored Routines Draft 2017-06-09 www.DBTechNet.org SQL Stored Routines Procedural Extensions of SQL and External Routines in Transactional Context Authors: Martti Laiho, Fritz Laux, Ilia Petrov, Dimitris Dervos Parts of application logic can be stored at database server-side as “stored routines”, that is as stored procedures, user-defined-functions, and triggers. The client-side application logic makes use of these routines in the context of database transactions, except that the application does not have control over triggers, but triggers control the data access actions of the application. The tutorial introduces the procedural extension of the SQL language, the concepts of stored routines in SQL/PSM of ISO SQL standard, and the implementations in some mainstream DBMS products available for hands-on experimentations in the free virtual database laboratory of DBTechNet.org. licensed on Creative Commons license for non-commercial use SQL Stored Routines www.DBTechNet.org SQL Stored Routines - Procedural Extensions of SQL in Transactional Context This is a companion tutorial to the “SQL Transactions – Theory and hands-on labs” of DBTech VET project available at www.dbtechnet.org/download/SQL-Transactions_handbook_EN.pdf . For more information or corrections please email to martti.laiho(at)gmail.com. You can contact us also via the LinkedIn group DBTechNet. Disclaimer Don’t believe what you read . This tutorial may provide you some valuable technology details, but you need to verify everything by yourself! Things may change in every new software version. The writers don’t accept any responsibilities on damages resulting from this material. The trademarks of mentioned products belong to the trademark owners.
    [Show full text]
  • Relational Algebra-Relational Calculus-SQL
    Database Systems Session 6 – Main Theme Standard Query Language (SQL) Features Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical Sciences Presentation material partially based on textbook slides Fundamentals of Database Systems (6th Edition) by Ramez Elmasri and Shamkant Navathe Slides copyright © 2011 and on slides produced by Zvi Kedem copyight © 2014 1 Agenda 1 Session Overview 2 Basic SQL 3 Data Manipulation Language for Relational DBs 4 Data Definition Language for Relational DBs 5 Summary and Conclusion 2 Session Agenda . Session Overview . Basic SQL . Data Manipulation Language . Summary & Conclusion 3 What is the class about? . Course description and syllabus: » http://www.nyu.edu/classes/jcf/CSCI-GA.2433-001 » http://cs.nyu.edu/courses/spring15/CSCI-GA.2433-001/ . Textbooks: » Fundamentals of Database Systems (6th Edition) Ramez Elmasri and Shamkant Navathe Addition Wesley ISBN-10: 0-1360-8620-9, ISBN-13: 978-0136086208 6th Edition (04/10) 4 Icons / Metaphors Information Common Realization Knowledge/Competency Pattern Governance Alignment Solution Approach 55 Agenda 1 Session Overview 2 Basic SQL 3 Data Manipulation Language for Relational DBs 4 Data Definition Language for Relational DBs 5 Summary and Conclusion 6 Agenda . Basic SQL . SQL Data Definition and Data Types . Schema and Catalog Concepts in SQL . The CREATE TABLE Command in SQL . Attribute Data Types and Domains in SQL . Specifying Constraints in SQL . Basic Retrieval Queries in SQL . INSERT, DELETE, and UPDATE Statements in SQL . Additional Features of SQL 7 Basic SQL . SQL language . Considered one of the major reasons for the commercial success of relational databases . SQL .
    [Show full text]
  • Group by Clause in Sql Example
    Group By Clause In Sql Example Lion unhallows her Jacobi rustlingly, aerobic and shoreless. Aplastic and reverable Stanton vaccinate her Picardy towpath uncovers and stirred thereafter. Environmental Wynn catholicises agog while Kennedy always classes his malassimilation truncheons extrinsically, he tost so all-over. Max expression on one by sql Group rows selected in this query is sql and c programming experience and having. Make it to existing values similar to only columns included in a number of each distinct to work! It in sql example. In exchange for giving private docker storage, in all employees table expression. The above example counts all books per author. If you are then to sql query only one or an aggregation operation, flexible than a captcha? Computing resources to group? What is the average get paid in right department? There will perform several different functions are not allowed in such nice article touches on each department, thanks to sql example still works with. Locator is group? The GROUP a clause and often used with either aggregate functions. See in sql clause does not reduce cost, then goes here, we have used in sql group by an actual null values. The sql server example, if they do they are of each row belongs to any sql server having clause only to filter on each customer data? This statement is used to group records having those same values. This makes it possible to solve problems such as select all orders that have more than two order detail lines. Learn spring the SQL GROUP BY worm is and therefore you can do with toll in research article.
    [Show full text]
  • The Following Entry Has Been Published in the Encyclopedia of Database Systems by Springer. the Encyclopedia, Under the Editorial Guidance of Ling Liu and M
    The following entry has been published in the Encyclopedia of Database Systems by Springer. The Encyclopedia, under the editorial guidance of Ling Liu and M. Tamer Özsu, is a multiple volume, comprehensive, and authoritative reference on databases, data management, and database systems. Available in both print and online formats, it enables researchers, students, and practitioners to benefit from advanced search functionality and convenient interlinking possibilities with related online content. The online version of the Encyclopedia is accessible on the SpringerLink platform. Click here for more information. SQL Don Chamberlin IBM Almaden Research Center San Jose, CA SYNONYMS SEQUEL, Structured Query Language DEFINITION SQL is the world's most widely-used database query language. It was developed at IBM Research Laboratories in the 1970's, based on the relational data model defined by E.F. Codd in 1970. It supports retrieval, manipulation, and administration of data stored in tabular form. It is the subject of an international standard named Database Language SQL. HISTORICAL BACKGROUND Early Language Development In June 1970, E. F. Codd of IBM Research published a paper [1] defining the relational data model and introducing the concept of data independence. Codd's thesis was that queries should be expressed in terms of high-level, nonprocedural concepts that are independent of physical representation. Selection of an algorithm for processing a given query could then be done by an optimizing compiler, based on the access paths available and the statistics of the stored data; if these access paths or statistics should later change, the algorithm could be re-optimized without human intervention.
    [Show full text]