0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (15)
  • R250 - R500 (45)
  • R500+ (819)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer software packages > Database software

Integrating Data (Paperback): Bill Inmon, Patty Haines, David Rapien Integrating Data (Paperback)
Bill Inmon, Patty Haines, David Rapien
R911 R773 Discovery Miles 7 730 Save R138 (15%) Ships in 10 - 15 working days
Microsoft Access 2016 Programming by Example with VBA, XML, and ASP (Paperback): Julitta Korol Microsoft Access 2016 Programming by Example with VBA, XML, and ASP (Paperback)
Julitta Korol
R1,531 R1,311 Discovery Miles 13 110 Save R220 (14%) Ships in 10 - 15 working days

Updated for Access 2016 and based on the bestselling editions from previous versions, Microsoft Access 2016 Programming by Example with VBA, XML and ASP is a practical how-to book on Access programming, suitable for readers already proficient with the Access user interface (UI). If you are looking to automate Access routine tasks, this book will progressively introduce you to programming concepts via numerous illustrated hands-on exercises. More advanced topics are demonstrated via custom projects. Includes a comprehensive disc with source code, supplemental files, and color screen captures (Also available from the publisher for download by writing to [email protected]). With concise and straightforward explanations, you learn how to write and test your programming code with the built-in Visual Basic Editor; understand and use common VBA programming structures such as conditions, loops, arrays, and collections; code a ""message box""; reprogram characteristics of a database; and use various techniques to query and manipulate your Access .mdb and .accdb databases. The book shows you how you can build database solutions with Data Access Objects (DAO) and ActiveX Data Objects (ADO); define database objects and manage database security with SQL; enhance and alter the way users interact with database applications with Ribbon customizations and event programming in forms and reports. You also learn how to program Microsoft Access databases for Internet access with Active Server Pages (Classic ASP), HTML, and XML. Features: Contains over thirty chapters loaded with illustrated hands-on exercises and projects that guide you through the VBA programming language. Each example tells you exactly where to enter code and how to test it and then run it. Includes a comprehensive disc with source code, supplemental files, and color screen captures (Also available from the publisher for download by writing to [email protected]). Explains how to store data for further manipulation in variables, arrays, and collections while teaching you to write both simple and complex VBA programming routines and functions. Teaches you how to programmatically create and access database tables and fields. Shows you how to insert, update, and delete data via programming code using various data access techniques. Gets you proficient creating and running simple and parameterized queries against your Access databases. Gets you comfortable using external data sources with Access (Excel, Word, flat files, XML, and SQL Server). Teaches you how to take control of your forms and reports by writing programming code known as event procedures. Shows you how to use various types of macros and templates. Takes your programming skills to the Web by introducing you to dynamic XML and Classic ASP pages. On the disc: (Also available from the publisher for download by writing to [email protected]). All source code and supplemental files for the Hands-On exercises and custom projects All images from the text (including 4-color screenshots)

Practical Oracle Cloud Infrastructure - Infrastructure as a Service, Autonomous Database, Managed Kubernetes, and Serverless... Practical Oracle Cloud Infrastructure - Infrastructure as a Service, Autonomous Database, Managed Kubernetes, and Serverless (Paperback, 1st ed.)
Michal Tomasz Jakobczyk
R1,419 R1,199 Discovery Miles 11 990 Save R220 (16%) Ships in 10 - 15 working days

Use this fast-paced and comprehensive guide to build cloud-based solutions on Oracle Cloud Infrastructure. You will understand cloud infrastructure, and learn how to launch new applications and move existing applications to Oracle Cloud. Emerging trends in software architecture are covered such as autonomous platforms, infrastructure as code, containerized applications, cloud-based container orchestration with managed Kubernetes, and running serverless workloads using open-source tools. Practical examples are provided. This book teaches you how to self-provision the cloud resources you require to run and scale your custom cloud-based applications using a convenient web console and programmable APIs, and you will learn how to manage your infrastructure as code with Terraform. You will be able to plan, design, implement, deploy, run, and monitor your production-grade and fault-tolerant cloud software solutions in Oracle's data centers across the world, paying only for the resources you actually use. Oracle Cloud Infrastructure is part of Oracle's new generation cloud that delivers a complete and well-integrated set of Infrastructure as a Service (IaaS) capabilities (compute, storage, networking), edge services (DNS, web application firewall), and Platform as a Service (PaaS) capabilities (such as Oracle Autonomous Database which supports both transactional and analytical workloads, the certified and fully managed Oracle Kubernetes Engine, and a serverless platform based on an open-source Fn Project). What You Will Learn Build software solutions on Oracle Cloud Automate cloud infrastructure with CLI and Terraform Follow best practices for architecting on Oracle Cloud Employ Oracle Autonomous Database to obtain valuable data insights Run containerized applications on Oracle's Container Engine for Kubernetes Understand the emerging Cloud Native ecosystem Who This Book Is For Cloud architects, developers, DevOps engineers, and technology students and others who want to learn how to build cloud-based systems on Oracle Cloud Infrastructure (OCI) leveraging a broad range of OCI Infrastructure as a Service (IAAS) capabilities, Oracle Autonomous Database, and Oracle's Container Engine for Kubernetes. Readers should have a working knowledge of Linux, exposure to programming, and a basic understanding of networking concepts. All exercises in the book can be done at no cost with a 30-day Oracle Cloud trial.

Beginning Oracle Application Express 5 (Paperback, 3rd ed.): Doug Gault Beginning Oracle Application Express 5 (Paperback, 3rd ed.)
Doug Gault
R2,132 Discovery Miles 21 320 Ships in 9 - 17 working days

Whether you're new to Oracle or an old hand who has yet to test the waters of APEX, Beginning Oracle Application Express 5 introduces the processes and best practices you'll need to become proficient with APEX. The book shows off the programming environment, the utilities and tools available, and then continues by walking through the process of building a working system from the ground up. All code is documented and explained so that those new to the languages will not be lost. After reading this book, power users and programmers alike can quickly put together robust and scalable applications for use by one person, by a department, by an entire company. Beginning Oracle Application Express 5 introduces version 5 of the popular and productive Oracle Application Express development platform. Called APEX for short, the platform enables rapid and easy development of web-based applications that make full use of Oracle Database. The release of APEX 5 brings major new changes to the page builder, an enhanced universal theme, better RESTful web services support, enhanced application packaging, and the many redesigned wizards give a new and fresh feel to the user interface. Covers brand-new functionality in APEX 5 Provides fully documented and explained example code Guides you through creating a working and fully deployable application

MySQL 8 Query Performance Tuning - A Systematic Method for Improving Execution Speeds (Paperback, 1st ed.): Jesper Wisborg Krogh MySQL 8 Query Performance Tuning - A Systematic Method for Improving Execution Speeds (Paperback, 1st ed.)
Jesper Wisborg Krogh
R1,570 R1,350 Discovery Miles 13 500 Save R220 (14%) Ships in 10 - 15 working days

Identify, analyze, and improve poorly performing queries that damage user experience and lead to lost revenue for your business. This book will help you make query tuning an integral part of your daily routine through a multi-step process that includes monitoring of execution times, identifying candidate queries for optimization, analyzing their current performance, and improving them to deliver results faster and with less overhead. Author Jesper Krogh systematically discusses each of these steps along with the data sources and the tools used to perform them. MySQL 8 Query Performance Tuning aims to help you improve query performance using a wide range of strategies. You will know how to analyze queries using both the traditional EXPLAIN command as well as the new EXPLAIN ANALYZE tool. You also will see how to use the Visual Explain feature to provide a visually-oriented view of an execution plan. Coverage of indexes includes indexing strategies and index statistics, and you will learn how histograms can be used to provide input on skewed data distributions that the optimizer can use to improve query performance. You will learn about locks, and how to investigate locking issues. And you will come away with an understanding of how the MySQL optimizer works, including the new hash join algorithm, and how to change the optimizer's behavior when needed to deliver faster execution times. You will gain the tools and skills needed to delight application users and to squeeze the most value from corporate computing resources. What You Will Learn Monitor query performance to identify poor performers Choose queries to optimize that will provide the greatest gain Analyze queries using tools such as EXPLAIN ANALYZE and Visual Explain Improve slow queries through a wide range of strategies Properly deploy indexes and histograms to aid in creating fast execution plans Understand and analyze locks to resolve contention and increase throughput Who This Book Is For Database administrators and SQL developers who are familiar with MySQL and need to participate in query tuning. While some experience with MySQL is required, no prior knowledge of query performance tuning is needed.

Professional Microsoft SQL Server 2012 Administration (Paperback, New): A. Jorgensen Professional Microsoft SQL Server 2012 Administration (Paperback, New)
A. Jorgensen
R1,466 R1,262 Discovery Miles 12 620 Save R204 (14%) Ships in 12 - 19 working days

An essential how-to guide for experienced DBAs on the most significant product release since 2005

Microsoft SQL Server 2012 will have major changes throughout the SQL Server and will impact how DBAs administer the database. With this book, a team of well-known SQL Server experts introduces the many new features of the most recent version of SQL Server and deciphers how these changes will affect the methods that administrators have been using for years. Loaded with unique tips, tricks, and workarounds for handling the most difficult SQL Server admin issues, this how-to guide deciphers topics such as performance tuning, backup and recovery, scaling and replication, clustering, and security.Serves as a must-have how-to guide on the new features of the 2012 release of Microsoft SQL Server Walks you through ways to manage and monitor SQL Server and automate administration Guides you through SQL Azure for cloud computing, data replication, and data warehouse performance improvements Addresses client-connectivity enhancements, new features that ensure high availability of mission-critical applications, and tighter integration with Excel and SharePoint for data analysis and reporting Highlights major changes to the suite of SQL Server BI tools, including integration, reporting, and analysis services Includes real-world case examples and best practices from Microsoft insiders

If you're a database administrator eager to get started with the newest version of SQL Server, then this book is essential reading.

Advanced Database with Microsoft Access - ICDL Professional (Paperback, 2nd ed.): Conor Jordan Advanced Database with Microsoft Access - ICDL Professional (Paperback, 2nd ed.)
Conor Jordan
R485 R457 Discovery Miles 4 570 Save R28 (6%) Ships in 10 - 15 working days
Database Dreaming Volume I - Relational Writings Revised and Revived (Paperback): Chris J. Date Database Dreaming Volume I - Relational Writings Revised and Revived (Paperback)
Chris J. Date
R983 R845 Discovery Miles 8 450 Save R138 (14%) Ships in 10 - 15 working days
Excel 2021 - A Crash Course to Master Microsoft Excel 2021 in 7 Day or Less, Learn the Essential Functions, New Features,... Excel 2021 - A Crash Course to Master Microsoft Excel 2021 in 7 Day or Less, Learn the Essential Functions, New Features, Formulas, Tips and Tricks for Beginners (Paperback)
John Henry
R482 R447 Discovery Miles 4 470 Save R35 (7%) Ships in 10 - 15 working days
Hands-On SQL Server 2019 Analysis Services - Design and query tabular and multi-dimensional models using Microsoft's SQL... Hands-On SQL Server 2019 Analysis Services - Design and query tabular and multi-dimensional models using Microsoft's SQL Server Analysis Services (Paperback)
Steven Hughes; Foreword by Adam Jorgensen
R1,470 Discovery Miles 14 700 Ships in 10 - 15 working days

Get up to speed with the new features added to Microsoft SQL Server 2019 Analysis Services and create models to support your business Key Features Explore tips and tricks to design, develop, and optimize end-to-end data analytics solutions using Microsoft's technologies Learn tabular modeling and multi-dimensional cube design development using real-world examples Implement Analysis Services to help you make productive business decisions Book DescriptionSQL Server Analysis Services (SSAS) continues to be a leading enterprise-scale toolset, enabling customers to deliver data and analytics across large datasets with great performance. This book will help you understand MS SQL Server 2019's new features and improvements, especially when it comes to SSAS. First, you'll cover a quick overview of SQL Server 2019, learn how to choose the right analytical model to use, and understand their key differences. You'll then explore how to create a multi-dimensional model with SSAS and expand on that model with MDX. Next, you'll create and deploy a tabular model using Microsoft Visual Studio and Management Studio. You'll learn when and how to use both tabular and multi-dimensional model types, how to deploy and configure your servers to support them, and design principles that are relevant to each model. The book comes packed with tips and tricks to build measures, optimize your design, and interact with models using Excel and Power BI. All this will help you visualize data to gain useful insights and make better decisions. Finally, you'll discover practices and tools for securing and maintaining your models once they are deployed. By the end of this MS SQL Server book, you'll be able to choose the right model and build and deploy it to support the analytical needs of your business. What you will learn Determine the best analytical model using SSAS Cover the core aspects involved in MDX, including writing your first query Implement calculated tables and calculation groups (new in version 2019) in DAX Create and deploy tabular and multi-dimensional models on SQL 2019 Connect and create data visualizations using Excel and Power BI Implement row-level and other data security methods with tabular and multi-dimensional models Explore essential concepts and techniques to scale, manage, and optimize your SSAS solutions Who this book is forThis Microsoft SQL Server book is for BI professionals and data analysts who are looking for a practical guide to creating and maintaining tabular and multi-dimensional models using SQL Server 2019 Analysis Services. A basic working knowledge of BI solutions such as Power BI and database querying is required.

Pro Oracle Identity and Access Management Suite (Paperback, 1st ed.): Kenneth Ramey Pro Oracle Identity and Access Management Suite (Paperback, 1st ed.)
Kenneth Ramey
R1,439 Discovery Miles 14 390 Ships in 10 - 15 working days

This book presents a process-based approach to implementing Oracle's Identity and Access Management Suite. Learn everything from basic installation through to advanced topics such as leveraging Oracle Virtual Directory and Identity Federation. Also covered is integrating with applications such as Oracle E-Business Suite and WebCenter Content. Pro Oracle Identity and Access Management Suite provides real world implementation examples that make up a valuable resource as you plan and implement the product stack in your own environment. The book and the examples are also useful post-installation as your enterprise begins to explore the capabilities that Identity Management Suite provides. Implementing an identity management system can be a daunting project. There are many aspects that must be considered to ensure the highest availability and high integration value to the enterprise business units. Pro Oracle Identity and Access Management Suite imparts the information needed to leverage Oracle's Identity and Access Management suite and provide the level of service your organization demands. Show results to leadership by learning from example how to integrate cross-domain authentication using identity federation, how to allow user self-service capabilities across multiple directories with Virtual Directory, and how to perform the many other functions provided by Oracle Identity and Access Management Suite. Presents an example-based installation and configuration of the entire Oracle Identity and Access Management Suite, including high-availability and performance-tuning concepts. Demonstrates Identity Federation, Virtual Directory, Fusion Middleware Integration, and Integration with Oracle Access Manager. Introduces concepts such as Split Profiles for Identity Manager, MultiFactor authentication with Oracle Adaptive Access Manager, and Self Service Portals.

Practical Oracle E-Business Suite - An Implementation and Management Guide (Paperback, 1st ed.): Syed Zaheer, Erman Arslan Practical Oracle E-Business Suite - An Implementation and Management Guide (Paperback, 1st ed.)
Syed Zaheer, Erman Arslan
R2,478 R2,012 Discovery Miles 20 120 Save R466 (19%) Ships in 10 - 15 working days

Learn to build and implement a robust Oracle E-Business Suite system using the new release, EBS 12.2. This hands-on, real-world guide explains the rationale for using an Oracle E-Business Suite environment in a business enterprise and covers the major technology stack changes from EBS version 11i through R12.2. You will learn to build up an EBS environment from a simple single-node installation to a complex multi-node high available setup. Practical Oracle E-Business Suite focuses on release R12.2, but key areas in R12.1 are also covered wherever necessary. Detailed instructions are provided for the installation of EBS R12.2 in single and multi-node configurations, the logic and methodology used in EBS patching, and cloning of EBS single-node and complex multi-node environments configured with RAC. This book also provides information on FMW used in EBS 12.2, as well as performance tuning and EBS 12.2 on engineered system implementations. Understand Oracle EBS software and the underlying technology stack components Install/configure Oracle E-Business Suite R12.2 in simple and HA complex setups Manage Oracle EBS 12.2 Use online patching (adop) for Installation of Oracle EBS patches Clone an EBS environment in simple and complex configurations Perform and tune Oracle EBS in all layers (Application/DB/OS/NW) Secure E-Business Suite R12.2 Who This Book Is For: Developers, data architects, and data scientists looking to integrate the most successful big data open stack architecture and how to choose the correct technology in every layer

Migrate - Leaving Sage Safely (Paperback): Amanda Sokell Migrate - Leaving Sage Safely (Paperback)
Amanda Sokell
R427 R395 Discovery Miles 3 950 Save R32 (7%) Ships in 10 - 15 working days
The Cloud DBA-Oracle - Managing Oracle Database in the Cloud (Paperback, 1st ed.): Abhinivesh Jain, Niraj Mahajan The Cloud DBA-Oracle - Managing Oracle Database in the Cloud (Paperback, 1st ed.)
Abhinivesh Jain, Niraj Mahajan
R1,924 Discovery Miles 19 240 Ships in 10 - 15 working days

Learn how to define strategies for cloud adoption of your Oracle database landscape. Understand private cloud, public cloud, and hybrid cloud computing in order to successfully design and manage databases in the cloud. The Cloud DBA-Oracle provides an overview of Database-as-a-Service (DBaaS) that you can use in defining your cloud adoption strategy. In-depth details of various cloud service providers for Oracle database are given, including Oracle Cloud and Amazon Web Services (AWS). Database administration techniques relevant to hosting databases in the cloud are shown in the book as well as the technical details needed to perform all database administration tasks and activities, such as migration to the cloud, backup in the cloud, and new database setup in the cloud. You will learn from real-world business cases and practical examples of administration of Oracle database in the cloud, highlighting the challenges faced and solutions implemented.What you will learn: Cloud computing concepts from the DBA perspective, such as private cloud, public cloud, hybrid cloud Technical details of all aspects of cloud database administration Challenges faced during setup of databases in private cloud or database migration to public cloud Key points to be kept in mind during database administration in the cloud Practical examples of successful Oracle database cloud migration and support Who Is This Book For All levels of IT professionals, from executives responsible for determining database strategies to database administrators and database architects who manage and design databases.

Data Modeling for Quality - Delivering benefits through attention to detail (Paperback): Graham Witt Data Modeling for Quality - Delivering benefits through attention to detail (Paperback)
Graham Witt
R1,209 R1,016 Discovery Miles 10 160 Save R193 (16%) Ships in 10 - 15 working days
Practical Perforce (Paperback): Laura Wingerd Practical Perforce (Paperback)
Laura Wingerd
R966 R743 Discovery Miles 7 430 Save R223 (23%) Ships in 12 - 19 working days

When developers build software, they're able to keep track of all the different versions and all the components they use with Software Configuration Management (SCM) systems. One of the more popular SCM products is Perforce. Authored by Perforce's own VP of product technology, "Practical Perforce" is the ideal complement to the existing product manual, focusing less on the 'how" and more on the "why" and "when." The book is not only a helpful introduction to Perforce, it's an enlightening resource for those already familiar with this versatile SCM product. Whether you're a programmer, product manager, or build engineer, you stand to benefit from the many insider tips and ideas presented in this convenient guide. "Practical Perforce" is divided into two main parts. Part I offers a whirlwind technical tour, complete with careful descriptions of basic and advanced Perforce commands designed to give you a baseline knowledge. Part II describes the big picture-using Perforce in a collaborative software development. It outlines recommended best practices and quickly shows how to implement them with the Perforce operations introduced in Part I. Throughout the book, you'll learn how to maximize Perforce so it completes tasks like these in the most efficient manner possible: keep track of changes as you conduct concurrent parallel work on files; log activity; generate reports on who did 'what' 'when'; compare, merge and branch files; store files and file configurations; and restore lost bug fixes. Recognizing the pitfalls and practices of an SCM system like Perforce is absolutely essential to producing good software. Now, with "Practical Perforce", you have the edge you need to ensure success.

Oracle Initialization Parameters Pocket Reference (Paperback): David C. Kreines Oracle Initialization Parameters Pocket Reference (Paperback)
David C. Kreines
R239 R197 Discovery Miles 1 970 Save R42 (18%) Ships in 12 - 19 working days

Oracle designed its database products to be flexible and configurable so they would operate on a variety of hardware platforms, and they succeeded--Oracle software runs on more than seventy computer platforms, from mainframes to PC networks to handheld PDAs. The secret to this flexibility lies in the software's initialization parameters, whose numerous settings can be configured for top performance in countless environments. On the downside, however, improper settings can slow a system down; even grind it to a halt. And with so many parameters--which change from version to version of Oracle software--it's challenging for Oracle administrators to keep in mind the characteristics and optimal settings for each parameter.

The "Oracle Initialization Parameters Pocket Reference" provides the crucial information you need to make key adjustments to your Oracle database. This concise guide is a mix of invaluable performance tips and a quick reference to Oracle's initialization parameters. The book describes each initialization parameter, indicates what category it's in--from auditing to multi-threaded server MTS--and whether it can be modified dynamically via the ALTER SESSION or ALTER SYSTEM command.

In addition to the details about parameter characteristics and settings, you'll find performance tips, such as how the various parameters interact, and what the most advantageous settings are for different configurations. No other reference focuses exclusively on these initialization parameters--an absolute must for anyone working with an Oracle database.

Presented in a handy, easy-to-use format, the "Oracle Initialization Parameters Pocket Reference" is a welcome alternative for anyonewho's struggled to memorize the best configuration settings or gone back and forth to online resources, trying to figure out what works. O'Reilly's Pocket References put the information you need close at hand where you need it most. This guide will keep your Oracle databases operating at peak performance.

Expert Oracle Exadata (Paperback, 2nd ed.): Martin Bach, Kristofferson Arao, Andy Colvin, Frits Hoogland, Kerry Osborne, Randy... Expert Oracle Exadata (Paperback, 2nd ed.)
Martin Bach, Kristofferson Arao, Andy Colvin, Frits Hoogland, Kerry Osborne, …
R2,785 Discovery Miles 27 850 Ships in 10 - 15 working days

Expert Oracle Exadata, 2nd Edition opens up the internals of Oracle's Exadata platform so that you can fully benefit from the most performant and scalable database hardware appliance capable of running Oracle Database. This edition is fully-updated to cover Exadata 5-2 and Oracle Database 12c. If you're new to Exadata, you'll soon learn that it embodies a change in how you think about and manage relational databases. A key part of that change lies in the concept of offloading SQL processing to the storage layer. In addition there is Oracle's engineering effort in creating a powerful platform for both consolidation and transaction processing. The resulting value proposition in the form of Exadata has truly been a game-changer. Expert Oracle Exadata, 2nd Edition provides a look at the internals and how the combination of hardware and software that comprise Exadata actually work. Authors include Martin Bach, Andy Colvin, and Frits Hoogland, with contributions from Karl Arao, and built on the foundation laid by Kerry Osborne, Randy Johnson, and Tanel Poder in the first edition. They share their real-world experience gained through a great many Exadata implementations, possibly more than any other group of experts today. Always their goal is toward helping you advance your career through success with Exadata in your own environment. This book is intended for readers who want to understand what makes the platform tick and for whom-"how" it does what it is does is as important as what it does. By being exposed to the features that are unique to Exadata, you will gain an understanding of the mechanics that will allow you to fully benefit from the advantages that the platform provides. This book changes how you think about managing SQL performance and processing. It provides a roadmap to successful Exadata implementation. And it removes the "black box" mystique. You'll learn how Exadata actually works and be better able to manage your Exadata engineered systems in support of your business. This book: Changes the way you think about managing SQL performance and processing Provides a roadmap to successful Exadata implementation Removes the "black box" mystique, showing how Exadata actually works

The In-Memory Revolution - How SAP HANA Enables Business of the Future (Paperback): Hasso Plattner, Bernd Leukert The In-Memory Revolution - How SAP HANA Enables Business of the Future (Paperback)
Hasso Plattner, Bernd Leukert
R2,158 Discovery Miles 21 580 Ships in 10 - 15 working days

This book describes the next generation of business applications in the innovative new SAP Business Suite 4 SAP HANA (SAP S/4HANA), exploiting the revolutionary capabilities of the SAP HANA in-memory database. Numerous real-world examples are presented illustrating the disruptive potential of this technology and the quantum leap it has facilitated in terms of simplicity, flexibility, and speed for new applications. The intuitive structure of this book offers a straightforward business perspective grounded in technology in order to enable valuable business insights drawn from the wealth of real-world experience of the book's two authors, both prominent figures in the field of business application systems: Hasso Plattner and Bernd Leukert. Hasso Plattner is the co-founder of SAP and the founder of the Hasso Plattner Institute, affiliated with the University of Potsdam, Germany. Bernd Leukert is a member of the SAP Executive Board and the Global Managing Board of SAP.

SQL Server T-SQL Recipes (Paperback, 4th ed.): David Dye, Jason Brimhall, Timothy Roberts, Wayne Sheffield, Joseph Sack,... SQL Server T-SQL Recipes (Paperback, 4th ed.)
David Dye, Jason Brimhall, Timothy Roberts, Wayne Sheffield, Joseph Sack, …
R2,893 Discovery Miles 28 930 Ships in 10 - 15 working days

SQL Server T-SQL Recipes is an example-based guide to the Transact-SQL language that is at the core of SQL Server. This edition has been lightly updated for SQL Server 2014 and provides ready-to-implement solutions to common programming and database administration tasks. Learn to create databases, create in-memory tables and stored procedures, insert and update data, generate reports, secure your data, and more. Tasks and their solutions are broken down into a problem/solution format that is quick and easy to read so that you can get the job done fast when the pressure is on. Solutions in this book are divided into chapters by problem domain. Each chapter is a collection of solutions around a single facet of the language such as writing queries, managing indexes, error handling, and query performance. Each solution is presented code-first, giving you a working code example to copy from and implement immediately in your own environment. Following each example is an in-depth description of how and why the given solution works. Tradeoffs and alternative approaches are also discussed. Focused on solutions: Look up what you need to do. Learn how to do it. Do it. Current: Lightly updated for SQL Server 2014 Comprehensive: Covers all common T-SQL problem domains

Pro Couchbase Server (Paperback, 2nd ed.): David Ostrovsky, Yaniv Rodenski, Mohammed Haji Pro Couchbase Server (Paperback, 2nd ed.)
David Ostrovsky, Yaniv Rodenski, Mohammed Haji
R2,695 Discovery Miles 26 950 Ships in 10 - 15 working days

This new edition is a hands-on guide for developers and administrators who want to use the power and flexibility of Couchbase Server 4.0 in their applications. The second edition extends coverage of N1QL, the SQL-like query language for Couchbase. It also brings coverage of multiple new features, including the new generation of client SDKs, security and LDAP integration, secondary indexes, and multi-dimensional scaling. Pro Couchbase Server covers everything you need to develop Couchbase solutions and deploy them in production. The NoSQL movement has fundamentally changed the database world in recent years. Influenced by the growing needs of web-scale applications, NoSQL databases such as Couchbase Server provide new approaches to scalability, reliability, and performance. Never have document databases been so powerful and performant. With the power and flexibility of Couchbase Server, you can model your data however you want, and easily change the data model any time you want. Pro Couchbase Server shows what is possible and helps you take full advantage of Couchbase Server and all the performance and scalability that it offers. Helps you design and develop a document database using Couchbase Server. Covers the latest features such as the N1QL query language. Gives you the tools to scale out your application as needed.

PostgreSQL Basic Training for Application Developers (Paperback): Robert Wingate PostgreSQL Basic Training for Application Developers (Paperback)
Robert Wingate
R561 Discovery Miles 5 610 Ships in 10 - 15 working days
Oracle Blockchain Quick Start Guide - A practical approach to implementing blockchain in your enterprise (Paperback): Vivek... Oracle Blockchain Quick Start Guide - A practical approach to implementing blockchain in your enterprise (Paperback)
Vivek Acharya, Anand Eswararao Yerrapati, Nimesh Prakash
R1,081 Discovery Miles 10 810 Ships in 10 - 15 working days

Get up and running with Oracle's premium cloud blockchain services and build distributed blockchain apps with ease Key Features Discover Hyperledger Fabric and its components, features, qualifiers, and architecture Get familiar with the Oracle Blockchain Platform and its unique features Build Hyperledger Fabric-based business networks with Oracle's premium blockchain cloud service Book DescriptionHyperledger Fabric empowers enterprises to scale out in an unprecedented way, allowing organizations to build and manage blockchain business networks. This quick start guide systematically takes you through distributed ledger technology, blockchain, and Hyperledger Fabric while also helping you understand the significance of Blockchain-as-a-Service (BaaS). The book starts by explaining the blockchain and Hyperledger Fabric architectures. You'll then get to grips with the comprehensive five-step design strategy - explore, engage, experiment, experience, and influence. Next, you'll cover permissioned distributed autonomous organizations (pDAOs), along with the equation to quantify a blockchain solution for a given use case. As you progress, you'll learn how to model your blockchain business network by defining its assets, participants, transactions, and permissions with the help of examples. In the concluding chapters, you'll build on your knowledge as you explore Oracle Blockchain Platform (OBP) in depth and learn how to translate network topology on OBP. By the end of this book, you will be well-versed with OBP and have developed the skills required for infrastructure setup, access control, adding chaincode to a business network, and exposing chaincode to a DApp using REST configuration. What you will learn Model your blockchain-based business network by defining its components, transactions, integrations, and infrastructure through use cases Develop, deploy, and test chaincode using shim and REST, and integrate it with client apps using SDK, REST, and events Explore accounting, blockchain, hyperledger fabric, and its components, features, qualifiers, architecture and structure Understand the importance of Blockchain-as-a-Service (BaaS) Experiment Hyperledger Fabric and delve into the underlying technology Set up a consortium network, nodes, channels, and privacy, and learn how to translate network topology on OBP Who this book is forIf you are a blockchain developer, blockchain architect or just a cloud developer looking to get hands-on with Oracle Blockchain Cloud Service, then this book is for you. Some familiarity with the basic concepts of blockchain will be helpful to get the most out of this book

Visual C# and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.): Philip Conrod,... Visual C# and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.)
Philip Conrod, Lou Tylee
R2,700 Discovery Miles 27 000 Ships in 10 - 15 working days
Visual Basic and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.): Philip... Visual Basic and Databases 2019 Edition - A Step-By-Step Database Programming Tutorial (Paperback, 16th 2019 ed.)
Philip Conrod, Lou Tylee
R2,704 Discovery Miles 27 040 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Balancing Agile and Disciplined…
Manuel Mora, Jorge Marx Gomez, … Hardcover R6,798 Discovery Miles 67 980
Advances and Applications in…
Vicente Garcia Diaz, Juan Manuel Cueva Lovelle, … Hardcover R5,391 Discovery Miles 53 910
Software Engineering for Real-Time…
Jim Cooling Paperback R2,285 Discovery Miles 22 850
Emerging Technologies and Applications…
Zongmin Ma, Li Yan Hardcover R7,172 Discovery Miles 71 720
Modern Software Engineering - Doing What…
David Farley Paperback R864 Discovery Miles 8 640
Software Inspection
Tom Gilb, Dorothy Graham Paperback R1,855 Discovery Miles 18 550
Enhancing Software Fault Prediction With…
Ekbal Rashid Hardcover R4,414 Discovery Miles 44 140
Data Prefetching Techniques in Computer…
Pejman Lotfi-Kamran, Hamid Sarbazi-Azad Hardcover R4,979 R4,168 Discovery Miles 41 680
Human Factors in Software Development…
Saqib Saeed, Imran Sarwar Bajwa, … Hardcover R5,368 Discovery Miles 53 680
Handbook of Software Quality Assurance
G.Gordon Schulmeyer Hardcover R3,051 Discovery Miles 30 510

 

Partners