0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (6)
  • R250 - R500 (41)
  • R500+ (497)
  • -
Status
Format
Author / Contributor
Publisher

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

XML and JSON Recipes for SQL Server - A Problem-Solution Approach (Paperback, 1st ed.): Alex Grinberg XML and JSON Recipes for SQL Server - A Problem-Solution Approach (Paperback, 1st ed.)
Alex Grinberg
R1,652 R1,550 Discovery Miles 15 500 Save R102 (6%) Ships in 9 - 15 working days

Quickly find solutions to dozens of common problems encountered while using XML and JSON features that are built into SQL Server. Content is presented in the popular problem-solution format. Look up the problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved! This book shows how to take advantage of XML and JSON to share data and automate tasks. JSON is commonly used to move data back and forth between the database and front-end applications, often running in a browser. This book shows all you need to know about transforming query results into JSON format, and back again. Also covered are the processes and techniques for moving data into and out of XML format for business intelligence and other purposes, such as when transferring data from a reporting system into a data warehouse, or between different database brands such as between SQL Server and Oracle. Microsoft intensively implements XML in SQL Server, and in many related products. Execution plans are generated in XML format, and this book shows you how to parse those plans and automate the detection of performance problems. The relatively new Extended Events feature writes tracing data into XML files, and the recipes in this book help in parsing those files. XML is also used in SQL Server's BI tool set, including in SSIS, SSR, and SSAS. XML is used in many configuration files, and is even behind the construction of DDL triggers. In reading this book you'll dive deeply into the features that allow you to build and parse XML, and also JSON, which is a specific format of XML used to transmit objects in a web-friendly format between a database and its front-end applications. What You Will Learn Build XML and JSON objects in support of automation and data transfer Import and parse XML and JSON from operating system files Build appropriate indexes on XML objects to improve query performance Move data from query result sets into JSON format, and back again Automate the detection of database performance problems by querying and parsing the database's own execution plans Replace external and manual JSON processes with SQL Server's internal, JSON functionality Who This Book Is For Database administrators, .NET developers, business intelligence developers, and other professionals who want a deep and detailed skill set around working with XML and JSON in a SQL Server database environment. Web developers will particularly find the book useful for its coverage of transforming database result sets into JSON text that can be transmitted to front-end web applications.

Expert Scripting and Automation for SQL Server DBAs (Paperback, 1st ed.): Peter A. Carter Expert Scripting and Automation for SQL Server DBAs (Paperback, 1st ed.)
Peter A. Carter
R3,105 R2,637 Discovery Miles 26 370 Save R468 (15%) Ships in 10 - 15 working days

Automate your workload and manage more databases and instances with greater ease and efficiency by combining metadata-driven automation with powerful tools like PowerShell and SQL Server Agent. Automate your new instance-builds and use monitoring to drive ongoing automation, with the help of an inventory database and a management data warehouse. The market has seen a trend towards there being a much smaller ratio of DBAs to SQL Server instances. Automation is the key to responding to this challenge and continuing to run a reliable database platform service. Expert Scripting and Automation for SQL Server DBAs guides you through the process of automating the maintenance of your SQL Server enterprise. Expert Scripting and Automation for SQL Server DBAs shows how to automate the SQL Server build processes, monitor multiple instances from a single location, and automate routine maintenance tasks throughout your environment. You will also learn how to create automated responses to common or time consuming break/fix scenarios. The book helps you become faster and better at what you do for a living, and thus more valuable in the job market. Extensive coverage of automation using PowerShell and T-SQL Detailed discussion and examples on metadata-driven automation Comprehensive coverage of automated responses to break/fix scenarios What You Will Learn Automate the SQL Server build process Create intelligent, metadata-drive routines Automate common maintenance tasks Create automated responses to common break/fix scenarios Monitor multiple instance from a central location Utilize T-SQL and PowerShell for administrative purposes Who This Book Is For Expert Scripting and Automation for SQL Server DBAs is a book for SQL Server database administrators responsible for managing increasingly large numbers of databases across their business enterprise. The book is also useful for any database administrator looking to ease their workload through automation. The book addresses the needs of these audiences by showing how to get more done through less effort by implementing an intelligent, automated-processes service model using tools such as T-SQL, PowerShell, Server Agent, and the Management Data Warehouse.

eXist (Paperback): Erik Siegel eXist (Paperback)
Erik Siegel; Contributions by Adam Retter
R1,135 R832 Discovery Miles 8 320 Save R303 (27%) Ships in 12 - 17 working days

Get a head start with eXist, the open source NoSQL database and application development platform built entirely around XML technologies. With this hands-on guide, you'll learn eXist from the ground up, from using this feature-rich database to work with millions of documents to building complex web applications that take advantage of eXist's many extensions. If you're familiar with XML - as a student, professor, publisher, or developer - you'll find that eXist is ideal for all kinds of documents. This book shows you how to store, query, and search documents with XQuery and other XML technologies, and how to construct applications on top of the database with tools such as eXide and eXist's built-in development environment. Manage both data-oriented and text-oriented markup documents securely Build a sample application that analyzes and searches Shakespeare's plays Go inside the architecture and learn how eXist processes documents Learn how to work with eXist's internal development environment Choose among various indexes, including a full-text index based on Apache Lucene Dive into eXist's APIs for integrating or interacting with the database Extend eXist by building your own Triggers, Scheduled Tasks, and XQuery extension modules

SQL Server 2012 Data Integration Recipes - Solutions for Integration Services and Other ETL Tools (Paperback, 1st ed.): Adam... SQL Server 2012 Data Integration Recipes - Solutions for Integration Services and Other ETL Tools (Paperback, 1st ed.)
Adam Aspin
R2,511 Discovery Miles 25 110 Ships in 10 - 15 working days

SQL Server 2012 Data Integration Recipes provides focused and practical solutions to real world problems of data integration. Need to import data into SQL Server from an outside source? Need to export data and send it to another system? SQL Server 2012 Data Integration Recipes has your back. You'll find solutions for importing from Microsoft Office data stores such as Excel and Access, from text files such as CSV files, from XML, from other database brands such as Oracle and MySQL, and even from other SQL Server databases. You'll learn techniques for managing metadata, transforming data to meet the needs of the target system, handling exceptions and errors, and much more. What DBA or developer isn't faced with the need to move data back and forth? Author Adam Aspin brings 10 years of extensive ETL experience involving SQL Server, and especially satellite products such as Data Transformation Services and SQL Server Integration Services. Extensive coverage is given to Integration Services, Microsoft's flagship tool for data integration in SQL Server environments.Coverage is also given to the broader range of tools such as OPENDATASOURCE, linked servers, OPENROWSET, Migration Assistant for Access, BCP Import, and BULK INSERT just to name a few. If you're looking for a resource to cover data integration and ETL across the gamut of Microsoft's SQL Server toolset, SQL Server 2012 Data Integration Recipes is the one book that will meet your needs. * Provides practical and proven solutions towards creating resilient ETL environments * Clearly answers the tough questions which professionals ask * Goes beyond the tools to a thorough discussion of the underlying techniques * Covers the gamut of data integration, beyond just SSIS * Includes example databases and files to allow readers to test the recipes What you'll learn * Import and export to and from CSV files, XML files, and other text-based sources. * Move data between SQL databases, including SQL Server and others such as Oracle Database and MySQL. * Discover and manage metadata held in various database systems. * Remove duplicates and consolidate from multiple sources. * Transform data to meet the needs of target systems. * Profile source data as part of the discovery process.* Log and manage errors and exceptions during an ETL process. * Improve efficiency by detecting and processing only changed data. Who this book is for SQL Server 2012 Data Integration Recipes is written for developers wishing to find fast and reliable solutions for importing and exporting to and from SQL Server. The book appeals to DBAs as well, who are often tasked with implementing ETL processes. Developers and DBAs moving to SQL Server from other platforms will find the succinct, example-based approach ideal for quickly applying their general ETL knowledge to the specific tools provided as part of a SQL Server environment. Table of Contents * MS Office Data Sources * Flat File Sources * XML Data Sources * SQL Database Sources * SQL Server Sources * Miscellaneous Data Sources * Exporting Data from SQL Server * Metadata * Data Transformation * Data Profiling * Delta Data Management * Change Tracking and Change Data Capture * Optimising Data Import * ET Process Acceleration * Logging and Auditing * Appendix A: Data Types * Appendix B: Sample Databases and Scripts

Beginning SQL Server 2012 Administration (Paperback, 1st ed.): Robert Walters, Grant Fritchey Beginning SQL Server 2012 Administration (Paperback, 1st ed.)
Robert Walters, Grant Fritchey
R1,497 Discovery Miles 14 970 Ships in 10 - 15 working days

Beginning SQL Server 2012 Administration provides the essential skills and knowledge needed to begin a successful career as an SQL Server database administrator. It's an ideal book for those new to database administration, as well for those moving to SQL Server from other database brands such as Oracle and IBM DB2. SQL Server is more than just a database. It's situated within a larger context that includes solutions for reporting, for integrating data from other systems, for business intelligence and analysis, and more. Beginning SQL Server 2012 Administration paints the big picture to help you understand SQL Server's place in the grand scheme. Then you'll move into the nuts and bolts of installing the product, learning the management tools at your disposal, creating your first database, and maintaining that database in an ongoing state of readiness. Beginning SQL Server 2012 Administration goes beyond teaching just the core competencies of effective database administration. You will also learn the latest trends in SQL Server such as virtualizing and consolidating of servers, and using SQL Server in the cloud as a service.Administrators experienced on other platforms will find insight from comparisons of key features between SQL Server and other platforms. Beginning SQL Server 2012 Administration lays an excellent foundation for success as an SQL Server database administrator. * Provides the essentials of successful SQL Server administration * Covers the latest trends such as virtualization and cloud computing * Paints the big picture of Microsoft's data platform What you'll learn * Master basic database administration skills * Plan and install new database environments * Ensure the ability to recover from disaster and data loss * Manage security and regulatory compliance * Take advantage of new features in SQL Server 2012 * Create private-cloud databases for your organization Who this book is for Beginning SQL Server 2012 Administration is aimed at aspiring database administrators, as well as at experienced administrators from competing platforms such as Oracle. The book quickly provides the essentials of SQL Server administration, laying a foundation for success in a career as an SQL Server database administrator.Table of Contents * The Database Administration Profession * Planning and Installing SQL Server 2012 * What's in the Toolbox? * Supporting the Developer * Creating Tables and Other Objects * Transact-SQL * SQL Server Internals * Database Backup Strategies * Database Restore Strategies * Common Database Maintenance Tasks * SQL Server Security * Auditing, Encryption, Compliance * Performance Tuning & Optimization * Fault Tolerance * Cloud Computing for the DBA * Database as a Service * Where to Go Next?

PHP and MySQL for Dynamic Web Sites - Visual QuickPro Guide (Paperback, 5th edition): Larry Ullman PHP and MySQL for Dynamic Web Sites - Visual QuickPro Guide (Paperback, 5th edition)
Larry Ullman
R1,164 Discovery Miles 11 640 Ships in 9 - 15 working days

When it comes to creating dynamic, database-driven Web sites, the PHP language and MySQL database offer a winning combination -- and with PHP 7, web professionals can achieve dramatic performance improvements. Combine these great open source technologies with Larry Ullman's PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide, Fifth Edition, and there's no limit to the powerful, interactive Web sites you can create. With step-by-step instructions, complete scripts, and expert tips to guide you, Ullman gets right down to business. After grounding you with practical introductions to both PHP 7 and MySQL, he covers core issues ranging from security to session management to jQuery and object-oriented programming techniques. Ullman walks you through creating several sample applications, stressing the latest features and techniques throughout.

Murachs MySQL (Paperback, 2 Revised Edition): Joel Murach Murachs MySQL (Paperback, 2 Revised Edition)
Joel Murach
R1,640 R1,372 Discovery Miles 13 720 Save R268 (16%) Ships in 12 - 17 working days

This practical, hands-on tutorial/reference/guide to MySQL is perfect for beginners, but it also works for experienced developers who are not getting the most from MySQL. As you would expect, this book shows how to code all of the essential SQL statements for creating and working with a MySQL database. But beyond that, this book also shows how to design a database, including how to use the graphical MySQL Workbench to create an EER model. It shows how to take advantage of relatively new MySQL features such as foreign keys, transactions, stored procedures, stored functions, triggers, and events. It even presents a starting set of skills for a database administrator (DBA), including how to secure and back up databases. And like all Murach books, it uses the distinctive "paired pages" format, which breaks the material into manageable skills to speed up both learning and reference. A great help for MySQL users at any level.

Middleware 2008 - ACM/IFIP/USENIX 9th International Middleware Conference Leuven, Belgium, December 1-5, 2008 Proceedings... Middleware 2008 - ACM/IFIP/USENIX 9th International Middleware Conference Leuven, Belgium, December 1-5, 2008 Proceedings (Paperback, 2008 ed.)
Valerie Issarny, Richard E. Schantz
R1,605 Discovery Miles 16 050 Ships in 10 - 15 working days

This volume contains the proceedings of the International Middleware Con- rence, held in Leuven, Belgium during December 1-4, 2008. This year marked the ninth rendition of this annual conference in its current format initially - opted in 1998, aspiring to serve as the premier venue focusing exclusively on important middleware results. A lot has happened over the intervening 10-year span. Middleware has become pervasive in an increasinglyinterconnected world, with its concepts now securely embedded in the notional architectures driving forward the information age. The conference continues to be a focal point for important new initiatives and results for new generations of middleware. With each succeeding year, it has become an even more competitive publishing venue, further extending its selectivity this year as well. Of the 117 submissions, - ly 21 were able to receive acceptance invitations, for an acceptance rate of less than18%. Competitiveindeed. Additionally, thesesubmissionscontinuetocome from all over the globe, spanning authors from 23 countries. A truly world-wide endeavor. But other things have also changed as we turn the corner on the ?rst decade of this conference. In many ways, middleware has achieved signi?cant success where it really counts: in terms of technical innovations, advanced capabilities, successful ideas, and ?elded systems which permeate society, industry, gov- nment, and academia. With this success comes maturity

Business Intelligence with Microsoft (R) Office PerformancePoint (TM) Server 2007 (Paperback, Ed): Craig Utley Business Intelligence with Microsoft (R) Office PerformancePoint (TM) Server 2007 (Paperback, Ed)
Craig Utley
R1,373 R1,089 Discovery Miles 10 890 Save R284 (21%) Ships in 10 - 15 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Deliver BI Solutions with Microsoft Office PerformancePoint Server 2007 Maximize the powerful BI tools available in PerformancePoint 2007 with help from this practical guide. You will learn how to collect and store data, monitor progress, analyze performance, distribute dynamic reports, and create maintainable projects and forecasts. Business Intelligence with Microsoft Office PerformancePoint Server 2007 provides full details on creating scorecards and dashboards, performing advanced analysis on data, and setting up business plans. You will also learn how to integrate PerformancePoint with ProClarity, Excel 2007, and SQL Server Reporting Services. Configure, deploy, and secure all the PerformancePoint components Create KPIs, scorecards, reports, and dashboards with the Dashboard Designer Create business models with the Planning Business Modeler and create budgets and forecasts with Excel 2007 Enable advanced data analysis with PerformancePoint Server and ProClarity tools Take advantage of the enhanced analytic capabilities of Excel 2007 Use SQL Server Reporting Services for analytics Align performance with organizational objectives

Microsoft  (R)  Office 2007 Business Intelligence (Paperback, Ed): Doug Harts Microsoft (R) Office 2007 Business Intelligence (Paperback, Ed)
Doug Harts
R1,222 R985 Discovery Miles 9 850 Save R237 (19%) Ships in 10 - 15 working days

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Extract and analyze mission-critical enterprise data using Microsoft Office 2007 This authoritative volume is a practical guide to the powerful new collaborative Business Intelligence tools available in Office 2007. Using real-world examples and clear explanations, Microsoft Office 2007 Business Intelligence: Reporting, Analysis, and Measurement from the Desktop shows you how to use Excel, Excel Services, SharePoint, and PerformancePoint with a wide range of stand-alone and external data in today's networked office. You will learn how to analyze data and generate reports, scorecards, and dashboards with the Office tools you're already using to help you in your everyday work. Create Excel PivotTables and PivotCharts and apply Conditional Formatting Convert Excel spreadsheets into Excel Tables with Conditional Formatting and Charting Connect external data to Excel using Office Data Connections and SharePoint Create SharePoint dashboards that display data from multiple sources Add Key Performance Indicators and Excel Services reports to your dashboards Harness advanced SQL Server 2005 data analysis tools with the Excel Data Mining Add-In and Visio Cluster Diagrams Generate integrated PerformancePoint Scorecards Create Visio PivotDiagrams and Windows Mobile spreadsheets All of the examples in the book can be downloaded for free by doing the following: go to www.mhprofessional.com. Click on the Computing tab. Click on the Downloads page. Click on the book's title to download the examples.

SQL Bible 2e (Paperback, 2nd Edition): A Kriegel SQL Bible 2e (Paperback, 2nd Edition)
A Kriegel
R1,694 R1,358 Discovery Miles 13 580 Save R336 (20%) Ships in 10 - 15 working days

Combining theory with everyday practicality, this definitive volume is packed with the up-to-date information, new features, and explanations you need to get the very most out of SQL and its latest standard. The book is unique in that every chapter highlights how the new SQL standard applies to the three major databases, Oracle 11g, IBM DB2 9.5, and Microsoft SQL Server 2008. The result is a comprehensive, useful, and real-world reference for all SQL users, from beginners to experienced developers.

Pro SQL Server 2022 Wait Statistics - A Practical Guide to Analyzing Performance in SQL Server and Azure SQL Database... Pro SQL Server 2022 Wait Statistics - A Practical Guide to Analyzing Performance in SQL Server and Azure SQL Database (Paperback, 3rd ed.)
Thomas Larock, Enrico van de Laar
R1,747 Discovery Miles 17 470 Ships in 10 - 15 working days

Use this practical guide to analyze and troubleshoot SQL Server performance using wait statistics. You'll learn to identify precisely why your queries are running slowly. And you'll know how to measure the amount of time consumed by each bottleneck so you can focus attention on making the largest improvements first. This edition is updated to cover analysis of wait statistics current with SQL Server 2022. Whether you are new to wait statistics, or already familiar with them, this book provides a deeper understanding on how wait statistics are generated and what they mean for your SQL Server instance's performance. The book goes beyond the most common wait types into the more complex and performance-threatening wait types. You'll learn about per-query wait statistics and session-based wait statistics, and the types of problems they can help you solve. The different wait types are categorized by their area of impact, including CPU, IO, Latching, Locking, and many more. Clear examples are included to help you gain practical knowledge of why and how specific wait times increase or decrease, how they impact your SQL Server's performance, and what you can do to improve performance. After reading this book, you won't want to be without the valuable information that wait statistics provide regarding where you should be spending your limited tuning time to maximize performance and value to your business. What You'll Learn Understand how the SQL Server engine processes requests Identify resource bottlenecks in a running SQL Server instance Locate wait statistics information inside DMVs and Query Store Analyze the root cause of sub-optimal performance Diagnose I/O contention and locking contention Benchmark SQL Server performance Improve database performance by lowering overall wait time Who This Book Is For Database administrators who want to identify and resolve performance bottlenecks, those who want to learn more about how the SQL Server engine accesses and uses resources inside SQL Server, and administrators concerned with achieving-and knowing they have achieved-optimal performance

Pro Oracle SQL Development - Best Practices for Writing Advanced Queries (Paperback, 2nd ed.): Jon Heller Pro Oracle SQL Development - Best Practices for Writing Advanced Queries (Paperback, 2nd ed.)
Jon Heller
R1,913 R1,511 Discovery Miles 15 110 Save R402 (21%) Ships in 10 - 15 working days

Write SQL statements that are more powerful, simpler, and faster using the advanced features of Oracle SQL. This updated second edition includes the newest advanced features: improved data structures (such as more JSON support and more table options), improved automated processes (such as automatic indexing), and improved SQL language extensions (such as polymorphic table functions, SQL macros, and the multilingual engine). Pro Oracle SQL Development is for anyone who already knows Oracle SQL and is ready to take their skills to the next level. This book provides a clearer way of thinking about SQL by building sets, and it provides practical advice for using complex features while avoiding anti-patterns that lead to poor performance and wrong results. Relevant theories, real-world best practices, and style guidelines help you get the most out of Oracle SQL. Many developers, testers, analysts, and administrators use Oracle databases frequently, but their queries are limited because they do not take advantage of Oracle's advanced features. This book inspires you to achieve more with your Oracle SQL statements by creating your own style for writing simple, yet powerful, SQL. It teaches you how to think about and solve performance problems in Oracle SQL, and it covers enough advanced topics to put you on the path to becoming an Oracle expert. What You'll Learn Solve challenging problems with declarative SQL instead of procedural languages Write SQL statements that are large and powerful, but also elegant and fast Create development environments that are simple, scalable, and conducive to learning Visualize and understand SQL more intuitively Apply advanced syntax, objects, and architecture Avoid SQL anti-patterns that accumulate technical debt Tune SQL statements with multiple strategies that can significantly improve performance Who This Book Is For Developers, testers, analysts, and administrators who want to harness the full power of Oracle SQL to solve their problems as simply and as quickly as possible; traditional database professionals looking for new ways of thinking about the language they have used for so long; and modern full stack developers who need an explanation of how a database can be much more than simply a place to store data

PHP 8 Basics - For Programming and Web Development (Paperback, 1st ed.): Gunnard Engebreth, Satej Kumar Sahu PHP 8 Basics - For Programming and Web Development (Paperback, 1st ed.)
Gunnard Engebreth, Satej Kumar Sahu
R1,011 R820 Discovery Miles 8 200 Save R191 (19%) Ships in 10 - 15 working days

Take advantage of PHP 8's powerful features to create basic web applications, solve code tests (required for most job interviews nowadays), and begin moving towards more advanced PHP concepts. This book provides an introduction to PHP 8, including modules, attributes, JIT compiler, and union types, as well as related frameworks such as Symfony. You will explore fundamental PHP concepts through both practical and hands-on examples. You'll not only gain a solid understanding of PHP fundamentals, but will also be prepared to handle new concepts and technologies as they emerge. After working through the book and its associated demo code, you will be able to build your first basic web application. What You Will Learn Develop web applications with PHP 8 Use Vagrant, Docker, JSON API and more Work with data, form data, arrays, objections, exceptions, regex, and more Utilize PHP frameworks like Laravel and Symfony Who This Book Is For Those new to PHP 8 or PHP in general. Some prior experience in web development and DB handling is recommended.

Pro Encryption in SQL Server 2022 - Provide the Highest Level of Protection for Your Data (Paperback, 1st ed.): Matthew McGiffen Pro Encryption in SQL Server 2022 - Provide the Highest Level of Protection for Your Data (Paperback, 1st ed.)
Matthew McGiffen
R1,684 R1,315 Discovery Miles 13 150 Save R369 (22%) Ships in 10 - 15 working days

This in-depth look at the encryption tools available in SQL Server shows you how to protect data by encrypting it at rest with Transparent Data Encryption (TDE) and in transit with Transport Level Security (TLS). You will know how to add the highest levels of protection for sensitive data using Always Encrypted to encrypt data also in memory and be protected even from users with the highest levels of access to the database. The book demonstrates actions you can take today to start protecting your data without changing any code in your applications, and the steps you can subsequently take to modify your applications to support implementing a gold standard in data protection. The book highlights work that Microsoft has been doing since 2016 to make encryption more accessible, by making TDE available in the standard edition, and the introduction of Always Encrypted that requires minimal work on your part to implement powerful and effective encryption, protecting your data and meeting regulatory requirements. The book teaches you how to work with the encryption technologies in SQL Server with the express goal of helping you understand those technologies on an intuitive level. You'll come away with a deep level of understanding that allows you to answer questions and speak as an expert. The book's aim is to make you as comfortable in deploying encryption in SQL Server as you would be in driving your car to buy groceries. Those with a data security mindset will appreciate the discussion of how each feature protects you and what it protects you from, as well as how to implement things in the most secure manner. Database administrators will appreciate the high level of detail around managing encryption over time and the effect of encryption on database performance. All readers will appreciate the advice on how to avoid common pitfalls, ensuring that your projects to implement encryption run smoothly. What You Will Learn Architect an effective encryption strategy for new applications Retrofit encryption into your existing applications Encrypt data at rest, in memory, and in transit Manage key and certificate life cycles, including backup and restore Recover encrypted databases in case of server failure Work with encryption in cloud-based scenarios Who This Book Is For Database developers, architects, and administrators who want to work with encryption in SQL Server; those who want to maintain encryption whether data is at rest or being transmitted over the network; and those who wish to encrypt their data even when in the server's own memory. Readers should be familiar with SQL Server, but no existing knowledge of encryption is assumed.

Launching a Digital Tax Administration Transformation - What You Need to Know (Paperback): Asian Development Bank Launching a Digital Tax Administration Transformation - What You Need to Know (Paperback)
Asian Development Bank
R787 Discovery Miles 7 870 Ships in 10 - 15 working days

This publication sets out considerations for policymakers embarking on planning and implementing a digital transformation of tax administration. Digitalization can play a key role in helping tax authorities lower compliance and administrative costs, collect more revenue more efficiently, enhance transparency and service to taxpayers, and accommodate big data flows. This report explores how tax administrations can use technology and how risks can be identified and reduced. It provides an assessment framework to support policymakers as they begin the planning process and outlines considerations for effective implementation of the tax administration of the future.

Recent Technological Advances in Financial Market Infrastructure in ASEAN+3 - Cross-Border Settlement Infrastructure Forum... Recent Technological Advances in Financial Market Infrastructure in ASEAN+3 - Cross-Border Settlement Infrastructure Forum (Paperback)
Asian Development Bank
R878 Discovery Miles 8 780 Ships in 10 - 15 working days

This report identifies and examines six key technologies that are transforming fundamental financial market infrastructure and will serve as a springboard for the technological advancement of financial market infrastructure in the region. This report ascertains the most current status of technology adoption by Cross-Border Settlement Infrastructure Forum member organizations. They include central securities depositories and central banks in the Association of Southeast Asian Nations (ASEAN) plus the People's Republic of China, Japan, and the Republic of Korea (collectively known as ASEAN+3) region.

Harnessing the Potential of Big Data in Post-Pandemic Southeast Asia (Paperback): Asian Development Bank Harnessing the Potential of Big Data in Post-Pandemic Southeast Asia (Paperback)
Asian Development Bank
R765 Discovery Miles 7 650 Ships in 10 - 15 working days

This report illustrates why Southeast Asian countries need big data for recovery from COVID-19 to radically transform the delivery of key services such as health care, social protection, and education. The final of a four-part series, it looks at the impact of the pandemic on Cambodia, Thailand, Indonesia, Myanmar, and the Philippines to determine how big data can help governments analyze the challenges they face. It outlines policy reforms and recommendations to help capture the benefits of big data, including drawing up digital roadmaps, improving technical infrastructure, and ramping up training to create a skilled workforce to lead the digital transformation.

Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback): Asian... Asian Economic Integration Report 2022 - Advancing Digital Services Trade in Asia and the Pacific (Paperback)
Asian Development Bank
R1,285 Discovery Miles 12 850 Ships in 10 - 15 working days

This report explores how Asia and the Pacific can capitalize on growing opportunities in digital services through structural reforms and international cooperation. Another year into the coronavirus disease (COVID-19) pandemic, the report describes an Asia and Pacific region that has more experience in tackling pandemic hardships, better data showing positive integration trends, and greater confidence in regional cooperation to address shared concerns. The publication gives an overview of changes in trade and global value chains, cross-border investment, financial integration, and the movement of people since the pandemic began.

Digital Technologies for Government-Supported Health Insurance Systems in Asia and the Pacific (Paperback): Asian Development... Digital Technologies for Government-Supported Health Insurance Systems in Asia and the Pacific (Paperback)
Asian Development Bank
R787 Discovery Miles 7 870 Ships in 10 - 15 working days

This report explores digital solutions that can support the core business processes of public health insurance operators in Asia and the Pacific. Examples from low- and middle-income countries in the region and beyond are drawn to demonstrate how digital solutions have improved health insurance management and administration. To support decision-making on potential investments, the report identifies key success factors for integrating new technologies into public health insurance schemes.

Managing the Development of Digital Marketplaces in Asia (Paperback): Cyn-Young Park, James Villafuerte, Josef T. Yap Managing the Development of Digital Marketplaces in Asia (Paperback)
Cyn-Young Park, James Villafuerte, Josef T. Yap
R1,104 Discovery Miles 11 040 Ships in 10 - 15 working days

This book examines the scope, potential benefits, and challenges of digital platforms in Asia and the Pacific. It proposes measures and policies to help maximize social and economic gains while alleviating adverse effects. The coronavirus disease (COVID-19) pandemic is accelerating digital transformation across Asia and the Pacific. Digital platforms have become prominent intermediaries or marketplaces that allow the exchange of goods, services, and information. They are opening new transaction channels while lowering service costs and enhancing market efficiency. This volume explores topics that include trade and e-commerce, fintech payments, the digital divide, promoting competition, the digitalization of work and the role of universal basic income, and international taxation.

Asia-Pacific Financial Inclusion Forum 2021 - Emerging Priorities in the COVID-19 Era (Paperback): Asian Development Bank Asia-Pacific Financial Inclusion Forum 2021 - Emerging Priorities in the COVID-19 Era (Paperback)
Asian Development Bank
R787 Discovery Miles 7 870 Ships in 10 - 15 working days

This publication identifies financial inclusion priorities to stimulate economic recovery and explores the challenges and opportunities of accelerated digital transformation. The coronavirus disease (COVID-19) pandemic has highlighted the vital role of financial inclusion in supporting resilience and economic recovery among the most vulnerable populations in Asia and the Pacific. This publication proposes recommendations to aid policy makers and regulators. It shares insights from the 2021 Asia-Pacific Financial Inclusion Forum, a policy initiative of the Asia-Pacific Economic Cooperation (APEC) Finance Ministers' Process. It was prepared in collaboration with the APEC Business Advisory Council, the Asian Development Bank Institute, and the Foundation for Development Cooperation.

The Development and Social Impacts of Pakistan's New Khanki Barrage - A Project Benefit Case Study (Paperback): Asian... The Development and Social Impacts of Pakistan's New Khanki Barrage - A Project Benefit Case Study (Paperback)
Asian Development Bank
R742 Discovery Miles 7 420 Ships in 10 - 15 working days

This study examines the development and describes the advanced technology used for the construction and operation of the New Khanki Barrage in Punjab, Pakistan. It highlights the socioeconomic benefits of the project to communities. Among the notable impacts of the project is an increase in agricultural outputs and income of over half a million farming families. Communities, particularly women and girls, have also benefited from new health, education, recreation, and other infrastructure. The study also presents challenges identified in the process, which offers valuable lessons in the design and implementation of other infrastructure projects. The New Khanki Barrage was financed by the Asian Development Bank through the Punjab Irrigated Agriculture Investment Program, Project 2.

Greening Development in the People's Republic of China - A Dynamic Partnership with the Asian Development Bank... Greening Development in the People's Republic of China - A Dynamic Partnership with the Asian Development Bank (Paperback)
Asian Development Bank
R787 Discovery Miles 7 870 Ships in 10 - 15 working days

This report underscores the dynamic partnership of the People's Republic of China (PRC) and ADB in environmental protection and ecological conservation, rural economy, green livable cities, and climate change mitigation and adaptation. The green development partnership between the PRC and ADB has evolved over the years. In the report, best practices, innovations, and lessons learned from this partnership offer insights for ADB, its developing member countries, and other development partners. The report also presents forward-looking directions for further collaboration by the PRC and ADB in pursuit of a more sustainable future.

Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback): Asian Development... Digital Technologies for Climate Action, Disaster Resilience, and Environmental Sustainability (Paperback)
Asian Development Bank
R855 Discovery Miles 8 550 Ships in 10 - 15 working days

This publication aims to inform and influence the strategic deployment of digital technologies in developing Asia to help tackle climate change, build climate and disaster resilience, and enhance environmental sustainability. It provides an overview of the available technology types and their applications and assesses opportunities and barriers for their uptake. The publication provides insights on how digital technologies can be operationalized in the Asian Development Bank's developing member countries, including to support nationally determined contributions and green recovery efforts.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Fundamentals of Data Engineering - Plan…
Joe Reis Paperback R1,544 R1,353 Discovery Miles 13 530
Professional Microsoft SQL Server 2016…
P. Turley Paperback R1,355 R1,022 Discovery Miles 10 220
Quantitative Electroencephalographic…
Tim Tinius Paperback R987 Discovery Miles 9 870
Big Data For Dummies
JS Hurwitz Paperback R803 R569 Discovery Miles 5 690
Using Excel for Business and Financial…
DS Fairhurst Paperback R1,859 Discovery Miles 18 590
Building Custom Tasks for SQL Server…
Andy Leonard Paperback R1,277 Discovery Miles 12 770
A Guide To SQL
Philip Pratt, Hassan Afyouni, … Paperback R1,246 R1,113 Discovery Miles 11 130
SQL Antipatterns, Volume 1 - Avoiding…
Bill Karwin Paperback R856 Discovery Miles 8 560
SQL Server 2016 High Availability…
Paul Bertucci, Raju Shreewastava Paperback R1,141 R211 Discovery Miles 2 110
Advanced Agile Software Development with…
Lynn Smith Paperback R2,155 R2,010 Discovery Miles 20 100

 

Partners