GeODin 8.2: Customising databases

Size: px
Start display at page:

Download "GeODin 8.2: Customising databases"

Transcription

1 Onshore Geotechnics GeODin 8.2: A publication can be used for altering existing database structures. In the following example a datatype parameter is renamed and a new publication element is added to close the database. Publication for customising existing database structures A publication can make alterations to old database structure by using a series of SQL commands. In this example the structural changes are to rename a parameter from 'OLDNAME' to 'NEWNAME' in the data type WST. Once this has been carried out, objects from the old database can be transferred to the new database. The restructuring can be carried out using four SQL commands: ALTER TABLE GEODIN_MES_WSTTAB01 ADD COLUMN NEWNAME FLOAT UPDATE GEODIN_MES_WSTTAB01 SET NEWNAME = OLDNAME ALTER TABLE GEODIN_MES_WSTTAB01 DROP OLDNAME UPDATE GEODIN_SYS_MESSTRS SET FIELD_NAME = 'NEWNAME', FIELD_LONG = 'NEWNAME' WHERE FIELD_GRP='WST' AND FIELD_NAME='OLDNAME' The publication is shown below: Renaming a data type parameter 1 of 5

2 The publication is made available for the database and requires the object type 'SSGKRZV1' Requirements For the publication 'SQL commands' the option 'Ignore errors' is checked because if the database already contains the field 'NEWNAME' it must be guaranteed that 1. the publication doesn t abort because of this and 2. the publication doesn t corrupt the current database structure. Hence great care is necessary when designing publications. Publication items: name and description 2 of 5

3 In the branch 'Tables' of the SQL command, the names of the tables to be used can be defined. This is necessary for databases with schema names because they will be automatically extended in the SQL command. Publication items: tables and SQL commands For the transfer of data field contents from the old to the new fields type-conversions could also be performed. This has to be done in the SQL command. In this example both fields have the same type: UPDATE GEODIN_MES_WSTTAB01 SET NEWNAME = OLDNAME The customization of the MESSTRS entry can also be more extensive than in the example shown (e.g. the measurement unit, field format etc. could also be updated). UPDATE GEODIN_SYS_MESSTRS SET FIELD_NAME = 'NEWNAME', FIELD_LONG = 'NEWNAME' WHERE FIELD_GRP='WST' AND FIELD_NAME='OLDNAME' 3 of 5

4 After the publication has been carried out in a database it is not possible to work in the database with GeODin because the structure of the object types, data types etc. has been changed i.e. the database must be closed immediately using the 'Close database' element. Close database This element MUST be the last element in a publication. The user is shown a confirmation message that the database will be closed. Since restructuring a database with an incorrect publication can cause the database to become defective, it is recommended to add a hint text to the publication as in the (German) example below. Note that translations are available via the <Translations> button. Hint text 4 of 5

5 The publication can now be run in a database (as long as all the conditions have been met). Confirmation message after the publication has finished: The current database is automatically closed. GeODin is registered trademark of the European Union belonging to Fugro Consult, Berlin, Germany. support@geodin.com Fugro Consult GmbH Wolfener Straße 36U Berlin Germany Tel: +49 (0) Fugro Austria GmbH Einödstraße Bruck a. d. Mur Austria Tel: +43 (0) of 5

GeODin 7 Installation Guide

GeODin 7 Installation Guide To get you quickly up and running with GeODin 7 here are the installation and license instructions... Before you begin... Step 1: License agreement For the installation of a GeODin license you need an

More information

GeODin Basics Training. Introduction to GeODin

GeODin Basics Training. Introduction to GeODin Introduction to GeODin Contents User interface Objects & object types Organising object types General data Geological data Geotechnical data Samples Well design Groundwater Data types Creating a new data

More information

INF3707. Tutorial Letter 201/02/2018. Database Design and Implementation. Semesters 2: Assignment 01 solutions. School of Computing

INF3707. Tutorial Letter 201/02/2018. Database Design and Implementation. Semesters 2: Assignment 01 solutions. School of Computing INF3707/201/02/2018 Tutorial Letter 201/02/2018 Database Design and Implementation INF3707 Semesters 2: Assignment 01 solutions School of Computing This tutorial letter contains important information about

More information

Retail Shelf Planner Planogram Database

Retail Shelf Planner Planogram Database Retail Shelf Planner Planogram Database Starting with release 2010, Retail Shelf Planner offers the ability to store planograms in a relational database. This approach is especially interesting for clients

More information

Automotive Data Dictionary

Automotive Data Dictionary ADD V3.7 Visual Information Technologies GmbH Automotive Data Dictionary What s new in Version 3.7? October 29 th 2008 ADD Contact email: add@visu-it.de Internet: http://www.visu-it.de/add Copyright 2008

More information

WHAT IS SQL. Database query language, which can also: Define structure of data Modify data Specify security constraints

WHAT IS SQL. Database query language, which can also: Define structure of data Modify data Specify security constraints SQL KEREM GURBEY WHAT IS SQL Database query language, which can also: Define structure of data Modify data Specify security constraints DATA DEFINITION Data-definition language (DDL) provides commands

More information

Creating and Managing Tables Schedule: Timing Topic

Creating and Managing Tables Schedule: Timing Topic 9 Creating and Managing Tables Schedule: Timing Topic 30 minutes Lecture 20 minutes Practice 50 minutes Total Objectives After completing this lesson, you should be able to do the following: Describe the

More information

RHIZOMER 2.0 TECHNICAL SPECIFICATIONS

RHIZOMER 2.0 TECHNICAL SPECIFICATIONS RHIZOMER 2.0 TECHNICAL SPECIFICATIONS TABLE OF CONTENTS 1 Introduction... 3 2 The Rhizomer Principle... 3 3 Requirements... 3 3.1 Required Components... 3 3.2 Server Environment... 4 3.3 Client... 4 3.4

More information

HA150 SQL Basics for SAP HANA

HA150 SQL Basics for SAP HANA HA150 SQL Basics for SAP HANA. COURSE OUTLINE Course Version: 13 Course Duration: 2 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Migrations (Chapter 23)

Migrations (Chapter 23) Migrations (Chapter 23) The notes in this document are based on the online guide at http://guides.rubyonrails.org/migrations.html and the Agile Web Development with Rails, 4 th edition, book. Migration

More information

C:\> command prompt DOS prompt cursor

C:\> command prompt DOS prompt cursor MS-DOS Basics The Command Prompt When you first turn on your computer, you will see some cryptic information flash by. MS-DOS displays this information to let you know how it is configuring your computer.

More information

ALTER TABLE Statement

ALTER TABLE Statement Created by Ahsan Arif ALTER TABLE Statement The ALTER TABLE statement allows you to rename an existing table. It can also be used to add, modify, or drop a column from an existing table. Renaming a table

More information

Relationships and the Impact of Optimizing Relationships in TDM

Relationships and the Impact of Optimizing Relationships in TDM Relationships and the Impact of Optimizing Relationships in TDM 2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Querying Microsoft SQL Server (461)

Querying Microsoft SQL Server (461) Querying Microsoft SQL Server 2012-2014 (461) Create database objects Create and alter tables using T-SQL syntax (simple statements) Create tables without using the built in tools; ALTER; DROP; ALTER COLUMN;

More information

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide

One Identity Active Roles 7.2. Replication: Best Practices and Troubleshooting Guide One Identity Active Roles 7.2 Replication: Best Practices and Troubleshooting Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The

More information

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s)

HA150. SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 14 Course Duration: 3 Day(s) HA150 SAP HANA 2.0 SPS02 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 14 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights

More information

Out-of-the-box EAM and BPM integration

Out-of-the-box EAM and BPM integration Out-of-the-box EAM and BPM integration May 2015 Contents 1. How business departments and IT can collaborate more effectively using the two professional tools Signavio and leanix... 3 2. Process modeling

More information

SeMSy III Interface Server / Clients

SeMSy III Interface Server / Clients Installation English Video Management System SeMSy III Interface Server / Clients Rev. 2.0.1 / 2015-10-09 Information about Copyright, Trademarks, Design Patents 2015 Dallmeier electronic The reproduction,

More information

Microsoft Project 2010

Microsoft Project 2010 Microsoft Project 2010 Check filters User Guide Version 3 Dated 8 th May 2015 Note: The Check filters and associated user guide are provided to the planning community for general user but remain the Intellectual

More information

doc. RNDr. Tomáš Skopal, Ph.D. RNDr. Michal Kopecký, Ph.D.

doc. RNDr. Tomáš Skopal, Ph.D. RNDr. Michal Kopecký, Ph.D. course: Database Systems (NDBI025) SS2017/18 doc. RNDr. Tomáš Skopal, Ph.D. RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague

More information

Environmental Product Declarations (EPD) in openlca

Environmental Product Declarations (EPD) in openlca Environmental Product Declarations (EPD) in openlca A short overview Software version: 1.4.1 Date: July 2015 Authors: Franziska Möller 1, Dr. Andreas Ciroth 1 1 GreenDelta GmbH, Müllerstrasse 135, 13349

More information

ProCall 6 Enterprise Upgrade Process. Best Practice

ProCall 6 Enterprise Upgrade Process. Best Practice ProCall 6 Enterprise Upgrade Process Best Practice Legal Information / Imprint The information contained in this document reflects the state of knowledge at the time the document was created. Errors and

More information

Fundamentals of Database Systems

Fundamentals of Database Systems Fundamentals of Database Systems Assignment: 4 September 21, 2015 Instructions 1. This question paper contains 10 questions in 5 pages. Q1: Calculate branching factor in case for B- tree index structure,

More information

Web Science & Technologies University of Koblenz Landau, Germany. Relational Data Model

Web Science & Technologies University of Koblenz Landau, Germany. Relational Data Model Web Science & Technologies University of Koblenz Landau, Germany Relational Data Model Overview Relational data model; Tuples and relations; Schemas and instances; Named vs. unnamed perspective; Relational

More information

Lab # 4. Data Definition Language (DDL)

Lab # 4. Data Definition Language (DDL) Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4113: Lab # 4 Data Definition Language (DDL) Eng. Haneen El-Masry November, 2014 2 Objective To be familiar with

More information

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration:

HA150. SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA COURSE OUTLINE. Course Version: 15 Course Duration: HA150 SAP HANA 2.0 SPS03 - SQL and SQLScript for SAP HANA. COURSE OUTLINE Course Version: 15 Course Duration: SAP Copyrights and Trademarks 2018 SAP SE or an SAP affiliate company. All rights reserved.

More information

Archive Container Utility

Archive Container Utility Archive Container Utility Copyright 2011 by REDDOXX GmbH REDDOXX GmbH Weilheimer Str. 14 D-73230 Kirchheim Telephone: +49 (0)7021-92846-0 Fax: +49 (0)7021-92846-99 E-Mail: info@reddoxx.com Internet: http://www.reddoxx.com

More information

Definiens. Definiens XD 2.7. Release Notes

Definiens. Definiens XD 2.7. Release Notes Definiens Definiens XD 2.7 Release Notes Overview Thank you for using Definiens software. With this document, you will receive an overview about the product and functionality added with this release. Should

More information

R&S Power Meter NRP Release Notes Firmware Version

R&S Power Meter NRP Release Notes Firmware Version R&S Power Meter NRP Release Notes Firmware Version 06.03.020 2011 Rohde & Schwarz GmbH & Co. KG 81671 Munich, Germany Printed in Germany Subject to change Data without tolerance limits is not binding.

More information

Database Systems Laboratory 2 SQL Fundamentals

Database Systems Laboratory 2 SQL Fundamentals Database Systems Laboratory 2 another from another School of Computer Engineering, KIIT University 2.1 1 2 3 4 5 6 7 8 another from another 9 another 10 from another 11 2.2 Student table Roll Name City

More information

Create Or Replace DDS with DDL

Create Or Replace DDS with DDL Schaumburg Create Or Replace DDS with DDL Birgitta Hauser bha@toolmaker.de / Hauser@SSS-Software.de TOOLMAKER Advanced Efficiency GmbH Tel. (+49) 08191 968-0 www.toolmaker.de Landsberg am Lech Seite 2

More information

RayFlow Client 3.3 Release Notes

RayFlow Client 3.3 Release Notes Release Notes 04.02.2016 Release Notes Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

Inductive sensors with IO-Link interface

Inductive sensors with IO-Link interface Ready for the future? Inductive sensors with IO-Link interface www.ipf-electronic.com Our sensors ensure your success 1 Industry 4.0 IO-Link: Your interface to the future The fourth industrial revolution

More information

Upgrade Guide. Apparo Fast Edit. Upgrade from version 2 to version 3.0.6/ Upgrade from version to version / 9

Upgrade Guide. Apparo Fast Edit. Upgrade from version 2 to version 3.0.6/ Upgrade from version to version / 9 Upgrade Guide Apparo Fast Edit Upgrade from version 2 to version 3.0.6/3.0.7 Upgrade from version 3.0.6 to version 3.0.7 1 / 9 1 Download of version 3... 3 2 Backup of the old Apparo database repository...

More information

CS1100: Data, Databases, and Queries QUERY CONSTRUCTION. CS1100 Microsoft Access 1

CS1100: Data, Databases, and Queries QUERY CONSTRUCTION. CS1100 Microsoft Access 1 CS1100: Data, Databases, and Queries QUERY CONSTRUCTION CS1100 Microsoft Access 1 Microsoft Access Tutorial: Data, Databases, and Queries LAYOUT OF THE ORDERS DATABASE CS1100 Microsoft Access 2 The Orders

More information

Automatic Conference Scheduling with PuLP

Automatic Conference Scheduling with PuLP Automatic Conference Scheduling with PuLP EuroPython 2017 Rimini, Italy Marc-André Lemburg :: egenix.com GmbH (c) 2017 egenix.com Software, Skills and Services GmbH, info@egenix.com Speaker Introduction

More information

MultiCash Fundamental Notes. April Omikron Systemhaus GmbH & Co. KG Von-Hünefeld-Str. 55 D Cologne (Germany)

MultiCash Fundamental Notes. April Omikron Systemhaus GmbH & Co. KG Von-Hünefeld-Str. 55 D Cologne (Germany) Fundamental Notes April 2012 Omikron Systemhaus GmbH & Co. KG Von-Hünefeld-Str. 55 D-50829 Cologne (Germany) Tel.: +49 (0)221-59 56 99-0 Fax: +49 (0)221-59 56 99-7 info@omikron.de www.omikron.de Table

More information

Does the Optimistic Concurrency resolve your blocking problems? Margarita Naumova, SQL Master Academy

Does the Optimistic Concurrency resolve your blocking problems? Margarita Naumova, SQL Master Academy Does the Optimistic Concurrency resolve your blocking problems? Margarita Naumova, SQL Master Academy MAGI NAUMOVA Working with SQL Server from v6.5 SQL Server Trainer and Consultant with over 60 projects

More information

Lab # 2. Data Definition Language (DDL) Eng. Alaa O Shama

Lab # 2. Data Definition Language (DDL) Eng. Alaa O Shama The Islamic University of Gaza Faculty of Engineering Department of Computer Engineering ECOM 4113: Database Lab Lab # 2 Data Definition Language (DDL) Eng. Alaa O Shama October, 2015 Objective To be familiar

More information

CCH Audit Automation Master Pack. PCAS Audit Pack version 12. Installation Guide

CCH Audit Automation Master Pack. PCAS Audit Pack version 12. Installation Guide CCH Audit Automation Master Pack PCAS Audit Pack version 12 Installation Guide Legal Notice Disclaimer Wolters Kluwer (UK) Limited has made every effort to ensure the accuracy and completeness of these

More information

Annotated Release Notes

Annotated Release Notes Annotated Release Notes iteraplan 6.1 Background information December 2017 iteraplan 6.1 What s new for you? Powerful & extended meta model iteraplan Reactions: Great communication and exchange possibilities

More information

DB Fundamentals Exam.

DB Fundamentals Exam. IBM 000-610 DB2 10.1 Fundamentals Exam TYPE: DEMO http://www.examskey.com/000-610.html Examskey IBM 000-610 exam demo product is here for you to test the quality of the product. This IBM 000-610 demo also

More information

T H E P O W E R O F B U I L D I N G A N D M A N A G I N G N E T W O R K S. Provisioning

T H E P O W E R O F B U I L D I N G A N D M A N A G I N G N E T W O R K S. Provisioning T H E P O W E R O F B U I L D I N G A N D M A N A G I N G N E T W O R K S by ERAMON GmbH Welserstraße 11 86368 Gersthofen Germany Tel. +49-821-2498-200 Fax +49-821-2498-299 info@eramon.de Contents 1 General...

More information

Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency. is...

Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency. is... Creating a 3D Model for Noise Simulation at the German Federal Railways Agency Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency Disy Informationssysteme GmbH

More information

PARAGON SYSTEM UPGRADE UTILITIES 2010 SUITE

PARAGON SYSTEM UPGRADE UTILITIES 2010 SUITE PARAGON Technologie GmbH, Systemprogrammierung Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com Email sales@paragon-software.com

More information

Data Management Manual. BLL Crisis Manager Database

Data Management Manual. BLL Crisis Manager Database Data Management Manual BLL Crisis Manager Database Bund für Lebensmittelrecht und Lebensmittelkunde e. V. 1 Bund für Lebensmittelrecht und Lebensmittelkunde e. V. Claire-Waldoff-Straße 7 10117 Berlin Contact

More information

DATABASE TECHNOLOGY. Spring An introduction to database systems

DATABASE TECHNOLOGY. Spring An introduction to database systems 1 DATABASE TECHNOLOGY Spring 2007 An introduction to database systems Kjell Orsborn Uppsala Database Laboratory Department of Information Technology, Uppsala University, Uppsala, Sweden 2 Introduction

More information

Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up

Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up XP: Solving Windows Startup Problems X 34/1 Quickly Repair the Most Common Problems that Prevent Windows XP from Starting Up With the information in this article you can: The four most common Windows Startup

More information

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Modeling (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 Feature Overview Modeling Enhancements Enhanced SAP HANA Modeling capabilities

More information

Domain Constraints Referential Integrity Assertions Triggers. Authorization Authorization in SQL

Domain Constraints Referential Integrity Assertions Triggers. Authorization Authorization in SQL Chapter 6: Integrity and Security Domain Constraints Referential Integrity Assertions Triggers Security Authorization Authorization in SQL 6.1 Domain Constraints Integrity constraints guard against accidental

More information

Automation through the back door

Automation through the back door Automation through the back door Prepared and presented by Seretta Gamba seretta.gamba@steria-mummert-iss.de srttgmb@yahoo.com Seretta Gamba 2014 Agenda Successful Test Automation The Problem The Back

More information

RLM Server Configuration

RLM Server Configuration RLM Server Configuration DDBSP Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.: +49 441 36 18 19 0 Fax: +49 441 36 18 19 10

More information

RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague

RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague course: Database Applications (NDBI026) WS2015/16 RNDr. Michal Kopecký, Ph.D. Department of Software Engineering, Faculty of Mathematics and Physics, Charles University in Prague Triggers Triggers Overview

More information

IBM EXAM - C DB Fundamentals. Buy Full Product.

IBM EXAM - C DB Fundamentals. Buy Full Product. IBM EXAM - C2090-610 DB2 10.1 Fundamentals Buy Full Product http://www.examskey.com/c2090-610.html Examskey IBM C2090-610 exam demo product is here for you to test the quality of the product. This IBM

More information

RayFlow 2.1 Hotfix 1 Release Notes

RayFlow 2.1 Hotfix 1 Release Notes Release Notes 02.03.2016 Release Notes Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database

More information

elements of a relation are called tuples. Every tuple represents an entity or a relationship. Country name code population area...

elements of a relation are called tuples. Every tuple represents an entity or a relationship. Country name code population area... 2.2.1 Relations A (database) state associates each relation schema to a relation. elements of a relation are called tuples. Every tuple represents an entity or a relationship. (: Asia, area: 4.5E7) relations

More information

SQL Data Definition Language: Create and Change the Database Ray Lockwood

SQL Data Definition Language: Create and Change the Database Ray Lockwood Introductory SQL SQL Data Definition Language: Create and Change the Database Pg 1 SQL Data Definition Language: Create and Change the Database Ray Lockwood Points: DDL statements create and alter the

More information

3ISY402 DATABASE SYSTEMS

3ISY402 DATABASE SYSTEMS 3ISY402 DATABASE SYSTEMS - SQL: Data Definition 1 Leena Gulabivala Material from essential text: T CONNOLLY & C BEGG. Database Systems A Practical Approach to Design, Implementation and Management, 4th

More information

THE COPPERBELT UNIVERSITY

THE COPPERBELT UNIVERSITY THE COPPERBELT UNIVERSITY SCHOOL OF INFORMATION AND COMMUNICATION TECHNOLOGY IT/IS DEPARTMENT MAY, 2018 SESSIONAL EXAMINATIONS CS235 DATABASE TECHNOLOGY TIME ALLOWED: THREE HOURS INSTRUCTIONS : Maximum

More information

Sage CRM Connector for Sage X3 version 4.2 Release Notes. Updated: November 2017

Sage CRM Connector for Sage X3 version 4.2 Release Notes. Updated: November 2017 Sage CRM Connector for Sage X3 version 4.2 Release Notes Updated: November 2017 2017, The Sage Group plc or its licensors. Sage, Sage logos, and Sage product and service names mentioned herein are the

More information

NC Cash Register. NCCR for Microsoft Dynamics NAV 2017*

NC Cash Register. NCCR for Microsoft Dynamics NAV 2017* Changes NC Cash Register NCCR 10.01 for Microsoft Dynamics NAV 2017* *NC Cash Register 10.01 is available for Microsoft Dynamics NAV 5.0 SP1, Microsoft Dynamics NAV 2009 R2, Microsoft Dynamics NAV 2013,

More information

How & Why We Subnet Lab Workbook

How & Why We Subnet Lab Workbook i How & Why We Subnet Lab Workbook ii CertificationKits.com How & Why We Subnet Workbook Copyright 2013 CertificationKits LLC All rights reserved. No part of this book maybe be reproduced or transmitted

More information

SQL Let s Join Together

SQL Let s Join Together Schaumburg SQL Let s Join Together Birgitta Hauser bha@toolmaker.de / Hauser@SSS-Software.de TOOLMAKER Advanced Efficiency GmbH Tel. (+49) 08191 968-0 www.toolmaker.de Landsberg am Lech - Bayertor Seite

More information

SeMSy III Interface Server / Clients

SeMSy III Interface Server / Clients Installation English Video Management System SeMSy III Interface Server / Clients Rev. 2.0.3 / 2017-01-13 Information about Copyright, Trademarks, Design Patents 2017 Dallmeier electronic The reproduction,

More information

R&S Browser in the Box Release Notes

R&S Browser in the Box Release Notes R&S Browser in the Box 2017-07-07 2017 Rohde & Schwarz GmbH & Co. KG Muehldorfstr. 15, 81671 Munich, Germany Phone: +49 89 41 29-0 Fax: +49 89 41 29 12-164 E-mail: mailto:info@rohde-schwarz.com Internet:

More information

2.2 Relational Model (RM)

2.2 Relational Model (RM) 2.2 Relational Model (RM) Relational Model by Codd (1970): mathematical foundation: set theory, only a single structural concept Relation, entity/object types and relationship types are uniformly modeled

More information

R&S NRP-Z27/-Z37 Power Sensor Module Release Notes Firmware Version 04.18a

R&S NRP-Z27/-Z37 Power Sensor Module Release Notes Firmware Version 04.18a R&S NRP-Z27/-Z37 Power Sensor Module Release Notes Firmware Version 04.18a 2010 Rohde & Schwarz GmbH & Co. KG 81671 Munich, Germany Printed in Germany Subject to change Data without tolerance limits is

More information

Internet opens new markets and leads to exciting new fields of application.

Internet opens new markets and leads to exciting new fields of application. The Perspective COMMUNICATION "The convergence of TV and Internet opens new markets and leads to exciting new fields of application." Our elemental desire for communication and information let the Internet

More information

AttachmentExtractor. for MS CRM v April User Guide (How to work with AttachmentExtractor for MS CRM 2015)

AttachmentExtractor. for MS CRM v April User Guide (How to work with AttachmentExtractor for MS CRM 2015) AttachmentExtractor for MS CRM 2015 v.2015.5 April 2015 User Guide (How to work with AttachmentExtractor for MS CRM 2015) The content of this document is subject to change without notice. Microsoft and

More information

QUICK START GUIDE FIRMWARE UPDATE VIA MIRA SOFTWARE APPLICABLE TO ALL PATH MEDICAL DEVICES

QUICK START GUIDE FIRMWARE UPDATE VIA MIRA SOFTWARE APPLICABLE TO ALL PATH MEDICAL DEVICES Before beginning a Firmware update for your Sentiero device through MIRA, please make sure that your MIRA software version is up to date. To get the latest version of MIRA software on your PC, you can

More information

ecoinvent v.3.3 in openlca

ecoinvent v.3.3 in openlca ecoinvent v.3.3 in openlca Software version: Report version: openlca 1.5 1 Date: 14 September 2016 Author: Cristina Rodríguez GreenDelta GmbH, Müllerstrasse 135, 13349 Berlin, Germany; gd@greendelta.com

More information

Structured Query Language. ALTERing and SELECTing

Structured Query Language. ALTERing and SELECTing Structured Query Language ALTERing and SELECTing Altering the table structure SQL: ALTER Table SQL: Alter Table The ALTER TABLE command allows you to add, modify, or drop a column from an existing table.

More information

Demystifying SQL Tuning: Tips and Techniques for SQL Experts

Demystifying SQL Tuning: Tips and Techniques for SQL Experts Demystifying SQL Tuning: Tips and Techniques for SQL Experts Mughees A. Minhas Director of Product Management, Database and Systems Management Sergey Koltakov Product Manager, Database Manageability Outline

More information

Dealing with schema changes on large data volumes. Danil Zburivsky MySQL DBA, Team Lead

Dealing with schema changes on large data volumes. Danil Zburivsky MySQL DBA, Team Lead Dealing with schema changes on large data volumes Danil Zburivsky MySQL DBA, Team Lead Why Companies Trust Pythian Recognized Leader: Global industry-leader in remote database administration services and

More information

TEST STEPS MIGRATION GUIDE

TEST STEPS MIGRATION GUIDE Polarion Software TEST STEPS MIGRATION GUIDE Migrating Test Steps from Work Item Description to a New Field Europe, Middle-East, Africa: Polarion Software GmbH Hedelfinger Strasse 60 70327 Stuttgart, GERMANY

More information

SQL DATA MANIPULATION. Prepared By: Dr. Vipul Vekariya.

SQL DATA MANIPULATION. Prepared By: Dr. Vipul Vekariya. SQL DATA MANIPULATION Prepared By: Dr. Vipul Vekariya. SQL DATA MANIPULATION SQL DATA TYPES CREATE CLAUSE SELECTCLAUSE ORDERED BY CLAUSE AS CLAUSE Basic Data Types of SQL CHAR NUMERIC VARCHAR/VARCHAR 2

More information

Chapter 4: SQL. Basic Structure

Chapter 4: SQL. Basic Structure Chapter 4: SQL Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Joined Relations Data Definition Language Embedded SQL

More information

HA300 SAP HANA Modeling

HA300 SAP HANA Modeling HA300 SAP HANA Modeling. COURSE OUTLINE Course Version: 12 Course Duration: 5 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Comgraph32. Data Retrieval and Analysis for COMBILOG. Version Page 1. Comgraph32. data retrieval and analysis for Combilog version 3

Comgraph32. Data Retrieval and Analysis for COMBILOG. Version Page 1. Comgraph32. data retrieval and analysis for Combilog version 3 data retrieval and analysis for Combilog version 3 Page 1 3 09.00 2 04.00 Ra 1 01.99 Ra Issue Date Name Feingerätebau K.Fischer GmbH Venusberger Straße 24 D-09430 Drebach Germany Phone +49 (0) 37341 /

More information

DATA AND SCHEMA MODIFICATIONS CHAPTERS 4,5 (6/E) CHAPTER 8 (5/E)

DATA AND SCHEMA MODIFICATIONS CHAPTERS 4,5 (6/E) CHAPTER 8 (5/E) 1 DATA AND SCHEMA MODIFICATIONS CHAPTERS 4,5 (6/E) CHAPTER 8 (5/E) 2 LECTURE OUTLINE Updating Databases Using SQL Specifying Constraints as Assertions and Actions as Triggers Schema Change Statements in

More information

Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See for conditions on re-use "

Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See   for conditions on re-use Database System Concepts, 5th Ed.! Silberschatz, Korth and Sudarshan See www.db-book.com for conditions on re-use " Data Definition! Basic Query Structure! Set Operations! Aggregate Functions! Null Values!

More information

Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Data Definition

Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Data Definition Chapter 4: SQL Basic Structure Set Operations Aggregate Functions Null Values Nested Subqueries Derived Relations Views Modification of the Database Data Definition Language 4.1 Schema Used in Examples

More information

BORSIG GmbH Egellsstraße Berlin Germany

BORSIG GmbH Egellsstraße Berlin Germany CERTIFICATE Management system as per DIN EN ISO 9001 : 2008 In accordance with TÜV NORD CERT procedures, it is hereby certified that BORSIG GmbH Egellsstraße 21 13507 Berlin Germany with the locations

More information

InterCafe Print Manager

InterCafe Print Manager InterCafe 2004 This manual and the appendant software belong to blue image GmbH Germany and are subject to the appendant license agreements and copyright regulations. 2004 blue image GmbH Manual Version

More information

CSC Web Programming. Introduction to SQL

CSC Web Programming. Introduction to SQL CSC 242 - Web Programming Introduction to SQL SQL Statements Data Definition Language CREATE ALTER DROP Data Manipulation Language INSERT UPDATE DELETE Data Query Language SELECT SQL statements end with

More information

Manage Your Standards

Manage Your Standards Manage Your Standards With Beuth s standards management solutions and services SOFTWARE DOCUMENTS METADATA SERVICE With Beuth e-norm you have your documents under control. And not the other way around.

More information

White Paper. Export of Fabasoft Folio Objects to a Relational Database. Fabasoft Folio 2017 R1 Update Rollup 1

White Paper. Export of Fabasoft Folio Objects to a Relational Database. Fabasoft Folio 2017 R1 Update Rollup 1 White Paper Export of Fabasoft Folio Objects to a Relational Database Fabasoft Folio 2017 R1 Update Rollup 1 Copyright Fabasoft R&D GmbH, Linz, Austria, 2018. All rights reserved. All hardware and software

More information

Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency. Disy Informationssysteme GmbH

Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency. Disy Informationssysteme GmbH Creating a 3D Model for Environmental Noise Simulation at the German Federal Railways Agency Disy Informationssysteme GmbH Creating a 3D Model for Noise Simulation at the German Federal Railways Agency

More information

ISO 20022, T2S and coexistence Advisory Group, Vienna, 1-2 June 2010

ISO 20022, T2S and coexistence Advisory Group, Vienna, 1-2 June 2010 Item 5.2 09.04.01/2010/005309 ISO 20022, T2S and coexistence Advisory Group, Vienna, 1-2 June 2010 T2S Project Team European Central Bank 1 Agenda 1. Why ISO20022 for T2S? 2. Coexistence: myths and facts

More information

Agenda. Welcome. Eloquence B Overview and features. Lunch break. Eloquence transition from HP to Marxmeier Eloquence in the future

Agenda. Welcome. Eloquence B Overview and features. Lunch break. Eloquence transition from HP to Marxmeier Eloquence in the future Agenda Welcome Eloquence B.07.00 Overview and features Lunch break Eloquence transition from HP to Marxmeier Eloquence in the future Discussion and presentations Eloquence B.07.00 Overview and features

More information

Migration From DB2 in a Large Public Setting: Lessons Learned

Migration From DB2 in a Large Public Setting: Lessons Learned Migration From DB2 in a Large Public Setting: Lessons Learned Balázs Bárány and Michael Banck PGConf.EU 2017 Introduction Federate state ministry in Germany Hosting by state s central IT service centre

More information

Model No. Manuals and supporting information are provided on the Panasonic Web site at:

Model No. Manuals and supporting information are provided on the Panasonic Web site at: Quick Reference Guide Digital Communication Terminal Model No. KX-DTU100 Thank you for purchasing a Digital Communication Terminal. Please read this manual carefully before using this product and save

More information

Customer Service Portal. Initial Information. Screen shots and initial help. Ver. 3.0

Customer Service Portal. Initial Information. Screen shots and initial help. Ver. 3.0 Customer Service Portal Initial Information Screen shots and initial help. Ver. 3.0 13.05.2017 Notes: Copyright 2017 QuantityWare GmbH. All rights reserved. SAP, R/3, mysap, mysap.com, xapps, xapp, SAP

More information

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved.

Upgrade Guide. NovaBACKUP xsp NovaStor. All Rights Reserved. Upgrade Guide NovaBACKUP xsp 17 2015 NovaStor. All Rights Reserved. NovaBACKUP Upgrade Information... 3 Intended Audience... 3 Upgrade Paths... 3 License Keys... 3 NovaBACKUP xsp Modules... 3 Preparing

More information

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node The Geospatial Administrator provides expected flexibility to define and customize your Bentley Map projects. This includes

More information

Trebing + Himstedt DTM Library

Trebing + Himstedt DTM Library Trebing + Himstedt DTM Library Version 4.0 Trebing + Himstedt DTM Library V 4.0_e Date: 29-Jun-2010 Page 1 of 15 1. Components of the Current Product Version The Trebing + Himstedt DTM Library includes

More information

Oracle 1Z0-053 Exam Questions & Answers

Oracle 1Z0-053 Exam Questions & Answers Oracle 1Z0-053 Exam Questions & Answers Number: 1Z0-053 Passing Score: 660 Time Limit: 120 min File Version: 38.8 http://www.gratisexam.com/ Oracle 1Z0-053 Exam Questions & Answers Exam Name: Oracle Database

More information

ProductCenter Database Merge Utility Release Notes

ProductCenter Database Merge Utility Release Notes ProductCenter Database Merge Utility Release Notes Release 8.4.0 January, 2006 NorthRidge Software, LLC www.nridge.com (603) 434-2525 CONTENTS Introduction... 3 Database Roles... 3 How it Works... 4 Importance

More information

Instruction Manual (TT-02u/L-1e) Utility Software (VHM) for Mac

Instruction Manual (TT-02u/L-1e) Utility Software (VHM) for Mac Instruction Manual (TT-02u/L-1e) Utility Software (VHM) for Mac SOFTWARE LICENSE AGREEMNET IMPORTANT READ THIS AGREEMENT CAREFULLY BEFORE USING THE SOFTWARE. This is a license agreement (the "AGREEMENT")

More information