![]() |
![]() |
Your cart is empty |
||
Books > Computing & IT > Computer software packages > Database software
Developers, your guide to ABAP for SAP S/4HANA is here. Master the end-to-end development process for SAP S/4HANA applications using the new ABAP programming model. Build applications from scratch, or use SAP Fiori elements to get a head start! Then, deploy your applications to the SAP Fiori launchpad and get the best practices you need to operate applications post-development, including Git version control, application tests, and setting up an integration pipeline. a. Getting Started - Get the development foundation you need and master SAP S/4HANA architecture, SAP Fiori, design-led development strategies, and the new ABAP programming model. b. End-to-End Development - Use step-by-step instructions to develop in SAP S/4HANA using Core Data Services, SAP Gateway, OData, Service Adaptation Description Language, and BOPF. Create list reports and object pages, overview pages, analytical list pages, freestyle applications, and more. c. Operating Applications - Once your applications are developed and exported, get the best practices you need to operate them: Git version control, automated backend and frontend testing, and continuous integration for SAPUI5 and ABAP. 1. ABAP programming model, 2. SAP Fiori, 3. Git, 4. SAP Web IDE, 5. SAP Cloud Platform Cloud Foundry, 6. ABAP Test Cockpit, 7. Core data services (CDS), 8. Business Object Processing Framework (BOPF), 9. Service Adaptation Description Language (SADL), 10. OData services, 11. SAP S/4HANA Cloud SDK, 12.RESTful APIs.
EXAM PREP GUIDE Ace your preparation for the skills measured by Exam 70-462--and on the job--with this official Microsoft study guide. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce and apply what you've learned through real-world case scenarios and practice exercises. Maximize your performance on the exam by mastering the skills and experience measured by these objectives: Install and configure SQL ServerMaintain instances and databasesOptimize and troubleshoot SQL ServerManage dataImplement securityImplement high availability PRACTICE TESTS A Note Regarding Practice Tests Assess your skills with practice tests. You can work through hundreds of questions using multiple testing modes to meet your specific learning needs. You get detailed explanations for right and wrong answers--including a customized learning path that describes how and where to focus your studies. For customers who purchase an ebook version of this title, instructions for downloading the CD files can be found in the ebook.
Previously, SQL developers have been able to almost entirely ignore the SQLCLR and treat it as a peripheral technology--almost an extension to the main product. With the advent of LINQ and the Entity Framework, this is no longer the case, and the SQLCLR is moving to the center stage. It's a powerful product but, for many, it is an entirely new way of working with data. Pro SQL Server 2008 Entity Framework will help readers understand the implications of the Entity Framework and how it can be used to change their development practices and make their databases more powerful and flexible. Since many readers will be encountering this subject for the first time, the book will create an inclusive environment in which the concepts of .NET development are approached from the perspective of the Relational T--SQL developer to foster a sense of shared--ownership in keeping with Microsoft's latest best practices. * Comprehensive coverage of the new greater and more challenging integration with .NET 3.5* Written from a real--world perspective and examines the features offered by LINQ and the Entity Framework that will help solve problems experienced by professional developers* Contains insight, interpretation, analysis, and evangelism instead of just plain factWhat you'll learn* Examine the SQLCLR architecture.* Learn the fundamentals of LINQ.* Use LINQ with SQL and datasets.* Extend LINQ.* Gain a holistic view of the features of LINQ and the Entity Framework and how they segue with other features of the .NET Framework and native features of the operating system.* Write practical applications of LINQ and the Entity Framework.Who is this book for? .NET and SQL developers who use Microsoft SQL Server 2008 as their back--end database. Database administrators who create, manage, and secure those databases. About the Apress Pro Series The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder. You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need.Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard--won solutions to problems you will face in your professional programming career.
Take a deep dive into the many uses of dynamic SQL in Microsoft SQL Server. This edition has been updated to use the newest features in SQL Server 2016 and SQL Server 2017 as well as incorporating the changing landscape of analytics and database administration. Code examples have been updated with new system objects and functions to improve efficiency and maintainability. Executing dynamic SQL is key to large-scale searching based on user-entered criteria. Dynamic SQL can generate lists of values and even code with minimal impact on performance. Dynamic SQL enables dynamic pivoting of data for business intelligence solutions as well as customizing of database objects. Yet dynamic SQL is feared by many due to concerns over SQL injection or code maintainability. Dynamic SQL: Applications, Performance, and Security in Microsoft SQL Server helps you bring the productivity and user-satisfaction of flexible and responsive applications to your organization safely and securely. Your organization's increased ability to respond to rapidly changing business scenarios will build competitive advantage in an increasingly crowded and competitive global marketplace. With a focus on new applications and modern database architecture, this edition illustrates that dynamic SQL continues to evolve and be a valuable tool for administration, performance optimization, and analytics. What You'ill Learn Build flexible applications that respond to changing business needs Take advantage of creative, innovative, and productive uses of dynamic SQL Know about SQL injection and be confident in your defenses against it Address performance concerns in stored procedures and dynamic SQL Troubleshoot and debug dynamic SQL to ensure correct results Automate your administration of features within SQL Server Who This Book is For Developers and database administrators looking to hone and build their T-SQL coding skills. The book is ideal for developers wanting to plumb the depths of application flexibility and troubleshoot performance issues involving dynamic SQL. The book is also ideal for programmers wanting to learn what dynamic SQL is about and how it can help them deliver competitive advantage to their organizations.
A comprehensive guide to building, managing, and securing scalable and reliable database and data warehousing applications using Postgres 12 and 13 Key Features * Set up your database cluster and monitor, secure, and fine-tune it for optimal performance * Learn the fundamentals of database management and implement client- and server-side programming using SQL and PL/pgSQL * Explore useful tips to develop efficient PostgreSQL database solutions from scratch Book Description PostgreSQL is one of the fastest-growing open source object-relational database management systems (DBMS) in the world. As well as being easy to use, it's scalable and highly efficient. In this book, you'll explore PostgreSQL 12 and 13 and learn how to build database solutions using it. Complete with hands-on tutorials, this guide will teach you how to achieve the right database design required for a reliable environment. You'll learn how to install and configure a PostgreSQL server and even manage users and connections. The book then progresses to key concepts of relational databases, before taking you through the Data Definition Language (DDL) and commonly used DDL commands. To build on your skills, you'll understand how to interact with the live cluster, create database objects, and use tools to connect to the live cluster. You'll then get to grips with creating tables, building indexes, and designing your database schema. Later, you'll explore the Data Manipulation Language (DML) and server-side programming capabilities of PostgreSQL using PL/pgSQL, before learning how to monitor, test, and troubleshoot your database application to ensure high-performance and reliability. By the end of this book, you'll be well-versed with the Postgres database and be able to set up your own PostgreSQL instance and use it to build robust solutions. What you will learn * Understand how users and connections are managed by running a PostgreSQL instance * Interact with transaction boundaries using server-side programming * Identify bottlenecks to maintain your database efficiently * Create and manage extensions to add new functionalities to your cluster * Choose the best index type for each situation * Use online tools to set up a memory configuration that will suit most databases * Explore how Postgres can be used in multi-instance environments to provide high-availability, redundancy, and scalability Who This Book Is For This Postgres book is for anyone interested in learning about the PostgreSQL database from scratch. Anyone looking to build robust data warehousing applications and scale the database for high-availability and performance using the latest features of PostgreSQL will also find this book useful. Although prior knowledge of PostgreSQL is not required, familiarity with databases is expected.
In order to become an IBM Certified Database Administrator - DB2 9 DBA for z/OS, you must pass two exams: DB2 9 Fundamentals Exam (Exam 730), and DB2 9 Database Administrator for z/OS (Exam 732)-the primary focus focus of this book.
Marquee Series: Microsoft Access 2016 offers a highly visual, hands-on approach to learning Microsoft Access. Ideal for 1 or 2 credit courses, this text facilitates self-paced, accelerated, and traditional learning formats. Key Features Step-by-step, project-based instruction in two- and four-page activities with screen visuals help students meet learning objectives quickly. Four progressive levels of case-based assessment, including the popular Marquee Challenge, ensure software mastery at the introductory level. Emphasizes the development of database analysis and management techniques. Model answers of in-section projects are shown in text. Individual Challenge activity connects students' lives and interests to project goals.
Write queries using little-known, but powerful, SQL features implemented in Oracle's database engine. You will be able to take advantage of Oracle's power in implementing business logic, thereby maximizing return from your company's investment in Oracle Database products. Important features and aspects of SQL covered in this book include the model clause, row pattern matching, analytic and aggregate functions, and recursive subquery factoring, just to name a few. The focus is on implementing business logic in pure SQL, with a comparison of different approaches that can be used to write SELECT statements to return results that drive good decision making and competitive action in the marketplace. This book covers features that are often not well known, and sometimes not implemented in competing products. Chapters on query transformation and logical execution order provide a grasp of the big picture in which the individual SQL features described in the other chapters are executed. Also included are a discussion on when to use the procedural capabilities from PL/SQL, and a series of examples showing different mixes of SQL features being applied in common types of queries that you are likely to encounter. What You Will Learn Gain competitive advantage from Oracle SQL Know when to step up to PL/SQL versus staying in SQL Become familiar with query transformations and join mechanics Apply the model clause and analytic functions to business intelligence queries Make use of features that are specific to Oracle Database, such as row pattern matching Understand the pros and cons of different SQL approaches to solving common query tasks Traverse hierarchies using CONNECT BY and recursive subquery factoring Who This Book Is For Database programmers with some Oracle Database experience. The book is also for SQL developers who are moving to the Oracle Database platform or want to learn unique features of its query engine. Both audiences will learn to apply the full power of Oracle's own SQL dialect to commonly encountered types of business questions and query challenges.
Pro SQL Server 2012 Administration is a one-stop source for all the knowledge you'll need to professionally manage a database under Microsoft SQL Server 2012. SQL Server administration is a complex field requiring an unusually broad and well-rounded skill set. A good database administrator must be part system administrator, part database design expert, and part SQL tuning optimization guru. Above all, he or she must be capable of restoring a damaged database at any time. Database administration requires excellent people skills for dealing with management and clients, and solid technical skills for dealing with the hardware and the software. Pro SQL Server 2012 Administration addresses all aspects of database administration, regardless of the size of the implementation. Install SQL Server 2012 and create new database environments. Develop a sound backup strategy for your database. Perform recovery as needed, which many consider to be job #1. Authors Ken Simmons and Sylvester Carstarphen also help you automate your work through the use of policy-based management.Performance optimization gets good coverage, so that you can render assistance when developers need help with problem queries. Rare among database and other technical books is solid guidance on the people side of the equation. Success as a database administrator comes from working well with others, becoming involved in the community, and building the right combination of technical knowledge and people skills to solve problems and get things done professionally and amicably. Simmons and Carstarphen pay special attention to these aspects of the job in this new edition of their comprehensive book on SQL Server administration.* Helps you manage a SQL Server 2012 database at professional level * Covers the gamut of database administration skills * Provides guidance on performance optimization What you'll learn * Install SQL Server 2012 and create new databases * Implement backup & recovery strategies to protect your database, and your job * Diagnose and resolve query performance problems * Apply policy-based management for consistency across all databases in an organization * Turn every interaction with a client, manager or executive into a stepping-stone towards career success Who this book is for Pro SQL Server 2012 Administration is aimed at junior and seasoned database administrators who are looking to develop their knowledge and skill set in Microsoft SQL Server 2012. Readers should already have some exposure to databases in general, or to SQL Server in specific. Table of Contents * What's New?* Pre-Install Considerations * Choosing a High-Availability Solution * Installing and Upgrading * Post Installation * Multi-Server Administration * Security * Administering Database Objects * Indexing for Performance * Managing Backups * Restore and Recovery Strategies * Automating Routine Maintenance * Monitoring Your Server * Auditing * Extended Events Interface * Managing Query Performance * Secrets to Excelling as a Professional DBA * What's Next?
Now available in paperback-- Service Broker is a key Microsoft product in support of message--based processing between applications. Pro SQL Server 2008 Service Broker helps you to take full advantage of this key Microsoft technology, beginning from the fundamentals, moving through installation and application development, and ultimately showing you how to develop highly available and scalable applications based upon the service--oriented architecture that is quickly gaining ground as the way forward in application development.* Comprehensive approach to developing with Service Broker * Strong focus on best practices and real--world scenarios * Covers the key aspects of distributed application design What you'll learn * Understand the fundamentals of message--based processing * Install Service Broker and manage the environment * Design databases for service--oriented applications * Develop distributed applications * Build in scalability and high availability * Apply best practices to avoid future trouble Who this book is for Pro SQL Server 2008 Service Broker is written for new and existing users of Service Broker who wish to develop service--oriented and distributed transactions that scale well, that are resilient against failure, and that are as future--proofed as possible from the application of current best practices in Service Broker development.
Oracle Application Express 4 Recipes provides an example-based approach to learning Application Expressthe ground-breaking, rapid application development platform included with every Oracle Database license. The recipes format is ideal for the quick-study who just wants a good example or two to kick start their thinking and get pointed in the right direction. The recipes cover the gamut of Application Express development. Author and Application Express expert Edmund Zehoo shows how to create data entry screens, visualize data in the form of reports and charts, implement validation and back-end logic, and much more. Solutions are presented in an easy problem/solution format, which you can copy and adapt for your own use. Detailed discussion for each solution deepens your understanding and aids in customizing the solutions to fit your particular development challenges. Teaches Application Express via an example-based format Takes you from beginner to intermediate level Shows how to build a fully-functional web store in just one hour What you'll learn Create web application forms and tables Customize application look and feel Visualize data via reports, calendars, maps, and charts Globalize applications in support of language and regional differences Implement complex business logic Optimize the performance of Application Express Protect applications from security threats Who this book is for Oracle Application Express 4 Recipes is aimed at web application developers, PL/SQL developers, and database administrators wishing to learn and use Oracle's groundbreaking tool for rapid developmentApplication Express. The book is a quick-study and is perfect for the reader who wants only a good example to work from, customize, and adapt. Table of Contents Introducing Oracle APEX Application Data Entry WiringupApplication Logic Customizing Look and Feel Visualizing Your Data Globalizing the Application Improving Application Performance Securing the Application Deploying the Application A Mini Book Catalog Site
Create and run a real-time, highly-available, and high-redundancy version of the world's most popular open-source database, MySQL. You will understand the advantages and disadvantages of the MySQL NDB Cluster solution, and when MySQL NDB Cluster is the right choice. Pro MySQL NDB Cluster walks you through the full lifecycle of a MySQL Cluster installation: starting with the installation and initial configuration, moving through online configuration and schema changes, and completing with online upgrades. Along the way, you will learn to monitor your cluster, make decisions about schema design, implement geographic replication, troubleshoot and optimize performance, and much more. This book covers the many programming APIs that are supported by MySQL NDB Cluster. There's also robust coverage of connecting to MySQL NDB Cluster from Java, SQL, memcached, and even from C++. From any of these languages, you'll be able to connect and store and retrieve data as your applications demand. The book: Covers MySQL NDB Cluster concepts and architecture Takes you through the MySQL NDB Cluster lifecycle from installation to upgrades Guides you through DBA and Developer decisions when working with MySQL NDB Cluster What You'll Learn Understand the shared-nothing architecture behind MySQL NDB Cluster Plan, install, and configure a MySQL NDB Cluster environment Perform everyday tasks such as backing up, restoring, and upgrading Develop applications from Java, memcached, C++, and SQL Troubleshoot and resolve application performance problems Master enterprise-level features such the MySQL NDB Cluster Manager Who This Book Is For Database administrators and developers who are looking into deploying MySQL NDB Cluster, or who already have a cluster in production and want to increase their knowledge and ability to handle routine administrative tasks and troubleshooting. The book also is for those developers wanting to employ MySQL NDB Cluster as their chosen storage engine from Java, memcached, and C++ applications. |
![]() ![]() You may like...
New Perspectives on Microsoft (R) Access…
Joseph Adamski, Kathy Finnegan
Paperback
Oracle Exalogic Elastic Cloud Handbook
Tom Plunkett, Tj Palazzolo, …
Paperback
OCA/OCP Oracle Database 12c All-in-One…
John Watson, Roopesh Ramklass, …
Hardcover
Shelly Cashman Series Microsoft Office…
Philip Pratt, Mary Last
Paperback
Oracle Business Process Management Suite…
Manoj Das, Manas Deb, …
Paperback
|