0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (4)
  • R250 - R500 (36)
  • R500+ (485)
  • -
Status
Format
Author / Contributor
Publisher

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

IBM InfoSphere Replication Server and Data Event Publisher (Paperback): Pav Kumar-Chatterjee IBM InfoSphere Replication Server and Data Event Publisher (Paperback)
Pav Kumar-Chatterjee
R1,639 Discovery Miles 16 390 Ships in 10 - 15 working days

This is a developer's guide and is written in a style suitable to professionals. The initial chapters cover the basic theory and principles of Q replication and WebSphere MQ. As the book advances, numerous real-world scenarios and examples are covered with easy-to-understand code. The knowledge gained in these chapters culminate in the Appendix, which contains step-by-step instructions to set up various Q replication scenarios. If you are a professional who needs to set up and administer a Q replication or Event Publishing environment, then this is the book you need. The book will give you a clear idea of how to implement Q replication on z/OS whether you work on Linux, Unix, or Windows operating system.

Defensive Database Programming with SQL Server (Paperback): Alex Kuznetsov Defensive Database Programming with SQL Server (Paperback)
Alex Kuznetsov
R764 R680 Discovery Miles 6 800 Save R84 (11%) Ships in 10 - 15 working days

The goal of Defensive Programming is to produce resilient code that responds gracefully to the unexpected. To the SQL Server programmer, this means T-SQL code that behaves consistently and predictably in cases of unexpected usage, doesn't break under concurrent loads, and survives predictable changes to database schemas and settings. Inside this book, you will find dozens of practical, defensive programming techniques that will improve the quality of your T-SQL code and increase its resilience and robustness.

PostgreSQL 9.0 High Performance (Paperback): Gregory Smith PostgreSQL 9.0 High Performance (Paperback)
Gregory Smith
R1,438 Discovery Miles 14 380 Ships in 10 - 15 working days

Improving database performance requires an equal mix of understanding theoretical concepts and working through hands-on examples. You'll find both here. Many of the examples given will be immediately useful for monitoring and improving your PostgreSQL deployments, providing insight into hard-to-obtain information about your database. This book is aimed at intermediate to advanced database administrators using or planning to use PostgreSQL. Portions will also interest systems administrators looking to build or monitor a PostgreSQL installation, as well as developers interested in advanced database internals that impact application design.

Mastering SQL Server Profiler - SQL Bits Edition (Paperback): Brad M. McGehee Mastering SQL Server Profiler - SQL Bits Edition (Paperback)
Brad M. McGehee
R758 R674 Discovery Miles 6 740 Save R84 (11%) Ships in 10 - 15 working days

SQL Server Profiler is one of the most useful of SQL Server's "built-in" tools, recording data about various SQL Server events. "Mastering SQL Server Profiler" will make it easier for you to learn how to use Profiler, analyze the data it provides, and to take full advantage of its potential for troubleshooting SQL Server problems. All the examples have been optimized to work with both SQL Server 2005 and 2008.

Brad's Sure Guide to SQL Server Maintenance Plans (Paperback): Brad M. McGehee Brad's Sure Guide to SQL Server Maintenance Plans (Paperback)
Brad M. McGehee
R736 R652 Discovery Miles 6 520 Save R84 (11%) Ships in 10 - 15 working days

In his new book, Brad's Sure Guide to SQL Server Maintenance Plans, Brad McGehee takes you on a comprehensive tour of two SQL Server tools designed to help DBAs ensure that a "required minimum" level of maintenance takes place on their SQL Server instances: the Maintenance Plan Wizard and the Maintenance Plan Designer. Table of Contents * Chapter 01: Why is Database Maintenance Important? Chapter 02: Before you Create any Maintenance Plans Chapter 03: Getting Started with the Maintenance Plan Wizard Chapter 04: Task Scheduling Chapter 05: Check database Integrity Task Chapter 06: Shrink Database Task Chapter 07: Rebuild Index Task Chapter 08: Reorganize Index Task Chapter 09: Update Statistics Task Chapter 10: Execute SQL Server Agent Job Task Chapter 11: History Cleanup Task Chapter 12: Define Back Up Database (Full) Task Chapter 13: Define Back Up Database (Differential) Task Chapter 14: Back Up Database (Transaction Log) Task Chapter 15: Maintenance Cleanup Task Chapter 16: Using the Maintenance Plan Designer Why read this book? Millions of SQL Server instances run in the offices of small and medium-sized organizations and there are many "accidental" DBAs out there whose job it is to maintain them. Often, they find that they don't have the knowledge, experience, or critically the time, to perform the correct level of maintenance on their SQL Server databases, much as they might like to. This can mean poor performance and reduced availability. Regardless of the size of your organization, if your mission critical data becomes unavailable, then business will suffer greatly. The Maintenance Plan Wizard and Designer allow you to configure and schedule eleven core database maintenance tasks, ranging from integrity checks, to database backups, to index reorganizations and rebuilds. Brad walks through every one of these tasks covering: * The intent of each task and why it's important * How to configure each task and what all the options mean * Scheduling considerations: when and how often should you run the task? * Customizing and extended your Maintenance Plans using the Designer Used carefully, these Maintenance Plan tools represent powerful time-saving devices for any DBA. At each stage of the book, Brad explains clearly the correct and incorrect uses for the tool, and indicates where more advanced solutions, using T-SQL or PowerShell scripting, would be more appropriate.

Caching and Materialization for Web Databases (Paperback): Alexandros Labrinidis, Qiong Leo, Jie Xu, Wenwei Xue Caching and Materialization for Web Databases (Paperback)
Alexandros Labrinidis, Qiong Leo, Jie Xu, Wenwei Xue
R1,752 Discovery Miles 17 520 Ships in 10 - 15 working days

Database systems have been driving dynamic web sites since the early 90s; nowadays, even seemingly static web sites employ a database back-end for personalization and advertising purposes. In order to keep up with the high demand fuelled by the rapid growth of the Internet, a number of caching and materialization techniques have been proposed for web databases over the years. The main goal of these techniques is to improve performance, scalability, and manageability of database-driven dynamic web sites, in a way that the quality of data is not compromised. Although caching and materialization are well understood concepts in the traditional database and networking/operating systems literature, the Web and web databases bring forth unique characteristics that warrant new techniques and approaches. In this survey, the authors adopt a data management point of view to describe the system architectures of web databases, and analyze the research issues related to caching and materialization in such architectures. They also present the state of the art in caching and materialization for web databases and organize current approaches according to the fundamental questions, namely how to store, how to use, and how to maintain cached/materialized web data. Finally, they associate work in caching and materialization for web databases to similar techniques in other related areas, such as data warehousing, distributed systems, and distributed databases.

SQL: A Beginner's Guide (Paperback, 3rd Revised edition): Andy Oppel, Robert Sheldon SQL: A Beginner's Guide (Paperback, 3rd Revised edition)
Andy Oppel, Robert Sheldon
R1,100 R973 Discovery Miles 9 730 Save R127 (12%) Ships in 10 - 15 working days

Essential Skills--Made Easy!

Written to the SQL:2006 ANSI/ISO standard, this easy-to-follow guide will get you started programming in SQL right away. You will learn how to retrieve, insert, update, and delete database data, and perform management and administrative functions. SQL: A Beginner's Guide, Third Edition covers new features, including SQL/XML, and is loaded with updated SQL examples along with notes on using them with the latest RDBMS software versions such as MySQL 5.0, SQL Server 2008, and Oracle Database 11g.

Designed for Easy Learning: Key Skills & Concepts--Lists of specific skills covered in the chapter Ask the Experts--Q&A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show how to apply your skillsNotes--Extra information related to the topic being coveredSelf-Tests--Chapter-ending quizzes to test your knowledgeAnnotated Syntax--Example code with commentary that describes the programming techniques being illustrated

Crystal Reports 2008: The Complete Reference (Paperback, Ed): George Peck Crystal Reports 2008: The Complete Reference (Paperback, Ed)
George Peck
R2,108 R1,740 Discovery Miles 17 400 Save R368 (17%) 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. Your One-Stop Guide to Enterprise Reporting with Crystal Reports 2008 Transform disconnected corporate data into compelling, interactive business intelligence using all of the powerful tools available in Crystal Reports 2008. Through detailed explanations, real-world examples, and expert advice, this comprehensive guide shows you how to create, maintain, and distribute dynamic, visually appealing enterprise database reports. Crystal Reports 2008: The Complete Reference explains how to select and gather pertinent business data, organize it into manageable groups, and assemble it into user-friendly business reports. You will learn how to improve report interactivity with sort controls and the parameter panel; solve complex reporting problems with cross-tabs and subreports; integrate Crystal Xcelsius dashboards; reduce development time; and publish your results to Web and Windows applications. Integrate pictures, multimedia files, graphs, and charts Allow user-controlled report sorting with new sort controls Develop sophisticated formulas and custom functions with the Formula Workshop Embed Flash files, including Xcelsius 2008 interactive dashboards Create complex cross-tab reports with new derived rows and columns Export reports into Word, Excel, Acrobat, and updated XML formats Enhance Web interactivity with the new parameter panel and optional parameter fields Work with SQL databases, OLAP cubes, and proprietary systems Centralize design elements and auto-update reports using the repository Schedule and distribute reports with the latest BusinessObjects Enterprise XI 3.0 Embed reports in Web and Windows applications using Visual Studio 2008

Microsoft SQL Server 2005: The Complete Reference (Paperback, 2nd edition): Jeffrey Shapiro Microsoft SQL Server 2005: The Complete Reference (Paperback, 2nd edition)
Jeffrey Shapiro
R1,632 R1,362 Discovery Miles 13 620 Save R270 (17%) 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. SQL Server 2005 is Microsoft's next-generation data management and analysis software designed to deliver increased scalability, availability, and security to enterprise data and analytical applications while making them easier to create, deploy, and manage. Filled with practical solutions and real-world examples, this resource includes full details on: Enterprise data management capabilities, including security and clustering Powerful developer tools -- T-SQL, .NET CLR, XML, ADO.NET 2.0 Business Intelligence features, such as Integration Services, data warehousing, and reports

Oracle Automatic Storage Management: Under-the-Hood & Practical Deployment Guide (Paperback, Ed): Nitin Vengurlekar, Murali... Oracle Automatic Storage Management: Under-the-Hood & Practical Deployment Guide (Paperback, Ed)
Nitin Vengurlekar, Murali Vallath, Rich Long
R1,328 R1,107 Discovery Miles 11 070 Save R221 (17%) 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. Build and manage a scalable storage infrastructure with Oracle Automatic Storage Management Streamline data management and provisioning using Oracle Automatic Storage Management (Oracle ASM) and the detailed information contained in this exclusive Oracle Press resource. Written by a team of database experts, Oracle Automatic Storage Management: Under-the-Hood & Practical Deployment Guide explains how to build and maintain a dynamic, highly available Oracle database storage environment. Inside, you'll learn how to configure storage for Oracle ASM, build disk groups, use data striping and mirroring, and optimize performance. You'll also learn how to ensure consistency across server and storage platforms, maximize data redundancy, and administer Oracle ASM from the command line. Manage Oracle ASM Instances and configure Oracle RDBMS instances to leverage Oracle ASM Define, discover, and manage disk storage under Oracle ASM Create external, normal-redundancy, and high-redundancy disk groups Add and remove Oracle ASM storage without affecting RDMS instance availability Learn how Oracle ASM provides even I/O distribution Work with Oracle ASM directories, files, templates, and aliases Improve storage performance and integrity using the ASMLIB API Simplify system administration with the Oracle ASM command line interface Understand key internal Oracle ASM structures and algorithms

Database Systems: International Version (Paperback, International ed of 5th revised ed): Thomas Connolly, Carolyn Begg Database Systems: International Version (Paperback, International ed of 5th revised ed)
Thomas Connolly, Carolyn Begg
R293 Discovery Miles 2 930 Ships in 2 - 4 working days

This best-selling text introduces the theory behind databases in a concise yet comprehensive manner, providing database design methodology that can be used by both technical and non-technical readers. The methodology for relational Database Management Systems is presented in simple, step-by-step instructions in conjunction with a realistic worked example using three explicit phases-conceptual, logical, and physical database design. The Fifth Edition brings Web and legal issues to the fore in two new chapters, Database Architectures and the Web and Professional, Legal, and Ethical Issues. Students are exposed not only to the foundational theory of databases but also to the most recent developments in the field. This book is ideal for a one- or two-term course in database management or database design in an undergraduate or graduate level course. With comprehensive coverage, this book can also be used as a reference for IT professionals.

Professional Microsoft SQL Server 2008 Administration +Website (Paperback): B. Knight Professional Microsoft SQL Server 2008 Administration +Website (Paperback)
B. Knight
R1,766 Discovery Miles 17 660 Ships in 10 - 15 working days

SQL Server 2008 represents a sizable jump forward in scalability, performance, and usability for the DBA, developer, and business intelligence (BI) developer. It is no longer unheard of to have 20-terabyte databases running on a SQL Server. SQL Server administration used to just be the job of a database administrator (DBA), but as SQL Server proliferates throughout smaller companies, many developers have begun to act as administrators as well. Additionally, some of the new features in SQL Server are more developer-centric, and poor configuration of these features can result in poor performance. SQL Server now enables you to manage the policies on hundreds of SQL Servers in your environment as if you were managing a single instance. We've provided a comprehensive, tutorial-based book to get you over the learning curve of how to configure and administer SQL Server 2008. Whether you're an administrator or developer using SQL Server, you can't avoid wearing a DBA hat at some point. Developers often have SQL Server on their own workstations and must provide guidance to the administrator about how they'd like the production configured. Oftentimes, they're responsible for creating the database tables and indexes. Administrators or DBAs support the production servers and often inherit the database from the developer. This book is intended for developers, DBAs, and casual users who hope to administer or may already be administering a SQL Server 2008 system and its business intelligence features, such as Integration Services. This book is a professional book, meaning the authors assume that you know the basics about how to query a SQL Server and have some rudimentary concepts of SQL Server already. For example, this book does not show you how to create a database or walk you through the installation of SQL Server using the wizard. Instead, the author of the installation chapter may provide insight into how to use some of the more advanced concepts of the installation. Although this book does not cover how to query a SQL Server database, it does cover how to tune the queries you've already written. The first ten chapters of the book are about administering the various areas of SQL Server, including the developer and business intelligence features. Chapter 1 briefly covers the architecture of SQL Server and the changing role of the DBA. Chapters 2 and 3 dive into best practices on installing and upgrading to SQL Server 2008. Managing your SQL Server database instance is talked about in Chapter 4. This chapter also describes some of the hidden tools you may not even know you have. Once you know how to manage your SQL Server, you can learn in Chapter 5 how to automate many of the redundant monitoring and maintenance tasks. This chapter also discusses best practices on configuring SQL Server Agent. Chapters 6 and 7 cover how to properly administer and automate many tasks inside of the Microsoft business intelligence products, such as Integration Services and Analysis Services. Developers will find that Chapter 8 is very useful, as it covers how to administer the development features, such as SQL CLR. Chapter 9 explains how to secure your SQL Server from many common threats and how to create logins and users. Chapter 10 covers how to create a SQL Server project and do proper change management in promoting your scripts through the various environments. It also covers the Policy-Based Management framework in SQL Server. Chapters 11 through 15 make up the performance tuning part of the book. Chapter 11 discusses how to choose the right hardware configuration for your SQL Server in order to achieve optimal performance. After the hardware and operating system is configured, Chapter 12 shows you how to optimize your SQL Server instance for the best performance. Chapter 13 describes how to monitor your SQL Server instance for problematic issues such as blocking and locking. Chapters 14 and 15 discuss how to optimize the T-SQL that accesses your tables and then how to index your tables appropriately. Chapters 16 through 20 consist of the high-availability chapters of the book. Chapter 16 covers how to use the various forms of replication, while database mirroring is covered in Chapter 17. Classic issues and best practices with backing up and recovering your database are discussed in Chapter 18. Chapter 19 dives deeply into the role of log shipping in your high-availability strategy, and Chapter 20 presents a step-by-step guide to clustering your SQL Server and Windows 2008 server. This edition of the book covers all the same great information we covered in the last book, and we've added loads of new content for SQL Server 2008, which adds numerous new features to improve the DBA's life. In short, the new version of SQL Server focuses on improving your efficiency, the scale of your server, and the performance of your environment, so you can do more in much less time, and with fewer resources and people. This means you can manage many servers at one time using Policy-Based Management, scale your I/O load using compression, and collect valuable information about your environment using data collectors, to name just a few key new features. To follow the examples in this book, you will need to have SQL Server 2008 installed. If you wish to learn how to administer the business intelligence features, you need to have Analysis Services and the Integration Services components installed. You need a machine that can support the minimum hardware requirements to run SQL Server 2008; and you also need the AdventureWorks2008 and AdventureWorksDW2008 databases installed. Instructions for accessing these databases can be found in the ReadMe file on this book's Web site. Some features in this book (especially in the high-availability part) require the Enterprise or Developer Edition of SQL Server. If you do not have this edition, you will still be able to follow through some of the examples in the chapter with Standard Edition.

FileMaker Pro Business Applications - For versions 8 and 8.5 (Paperback, New Ed): Arthur Evans FileMaker Pro Business Applications - For versions 8 and 8.5 (Paperback, New Ed)
Arthur Evans
R1,618 Discovery Miles 16 180 Ships in 10 - 15 working days

The ability to manage information is the key to businesses thriving in an increasingly competitive market. With FileMaker (R) Pro Business Applications, small business owners and workgroup managers can find out how to write custom database applications in order to add value to critical business information. After demonstrating how easily a database can be written using FileMaker Pro, this book presents a set of 11 business database case studies, all of which can be easily adapted by readers for their own data management requirements. The final section of the book offers ideas on deploying database solutions over a network and the web. Learn how to build a database and design layouts; create relationships between tables; automate tasks using scripts and buttons; secure data through the use of accounts and privileges; exchange data with other applications.

SQL Server Interview Questions (Paperback): Shiv Prasad Koirala SQL Server Interview Questions (Paperback)
Shiv Prasad Koirala
R570 Discovery Miles 5 700 Ships in 12 - 19 working days

But there's a second stronger reason for writing this book which stands taller than the readers demand and that is SQL Server itself. Almost 90 per cent projects in software industry need databases or persistent data in some or other form. When it comes to .NET persisting data SQL Server is the most preferred database to do it. There are projects which use Oracle, DB2 and other database product, but SQL Server still has the major market chunk when language is .NET and especially operating system is windows. I treat this great relationship between .NET, SQL Server and Windows OS as a family relationship. In my previous book we had only one chapter which was dedicated to SQL Server which is complete injustice to this beautiful product. So why an interview question book on SQL Server? If you look at any .NET interview conducted in your premises both parties (Employer and Candidate) pay no attention to SQL Server even though when it is such an important part of development project. They will go talking about stars (OOP, AOP, Design patterns, MVC patterns, Microsoft Application blocks, Project Management etc etc). I am not saying these things are not important but if you see in development or maintenance majority time you will be either in your IDE or in SQL Server. Secondly many candidates go really as heroes when answering questions of OOP, AOP, Design patterns, architecture, remoting and others but when it comes to simple basic question on SQL Server like SQL, indexes (Forget DBA level questions) they are completely out of track. Third very important thing IT is changing people expect more out of less. That means they expect a programmer should be architect, coder, tester and yes and yes a DBA also. There where times and it will still exist for mission critical data that there will be separate positions for DBA's. But now many interviewers expect programmers to also do a job of DBA, Data warehousing etc. This is the major place where developers lack during facing these kinds of interview. So this book will make you walk through those surprising questions which can sprang from SQL Server aspect. I have tried to not go too deep as that will defeat the complete purpose of an "Interview Question" book. I think that an interview book should make you run through those surprising question and make you prepare in a small duration (probably with a night or so). I hope this book really point pitfalls which can come during SQL Server Interview's. I hope this book takes you to a better height and gives you extra confidence boost during Interviews. SQL Server is the database flagship of Microsoft. It's probably the only best database product when doing projects with windows and its rule the windows family like a king. "SQL Server 2005", its recent release is packed with probably the best features like .NET integration, Data warehousing and mining concept which makes it one of the best product for both DBA's and programmers. This book goes how to tackle interview questions related to this product and get you in to a decent position.

Expert Oracle Database 10g Administration (Paperback, 1st Corrected ed., Corr. 2nd printing): Sam Alapati Expert Oracle Database 10g Administration (Paperback, 1st Corrected ed., Corr. 2nd printing)
Sam Alapati
R1,986 Discovery Miles 19 860 Ships in 12 - 19 working days

This is a unique, one-volume guide to the administration and management of the Oracle database. Fully revised and updated from its best-selling 9i predecessor, this edition covers all new features, with fully field-tested examplesnot just "showcase" examples.

This book covers the new 10g management and performance tools and provides essential primers on Unix, Linux and Windows NT administration and on core SQL and PL/SQL programming techniques. And it provides everything the new and aspring Oracle DBA needs to build and admisiter complex Oracle 10g databases.

Portable DBA - SQL Server (Paperback): Damir Bersinic, Stephen Giles Portable DBA - SQL Server (Paperback)
Damir Bersinic, Stephen Giles
R899 R777 Discovery Miles 7 770 Save R122 (14%) Ships in 10 - 15 working days

This book is the ultimate field guide for every SQL Server DBA’s laptop bag. Don’t go onsite without it! Covers the most commonly used SQL Server database versions. Handy, easy-to-find information includes security, database creation and management, restoration and recovery, automating SQL Server administration, monitoring performance, tuning, and much more.

SQL: A Beginner's Guide (Paperback, Annotated edition): Forrest Houlette SQL: A Beginner's Guide (Paperback, Annotated edition)
Forrest Houlette
R986 R864 Discovery Miles 8 640 Save R122 (12%) Ships in 10 - 15 working days

Learn the basics of Structured Query Language programming from the tutorials and examples in this easy-to-follow resource.

SQL: A Beginner's Guide teaches you how to use SQL to work with data in a database, develop database objects, create subqueries, build views, write stored procedures, and accomplish complex selects and updates. The examples throughout the book walk you through real-world database tasks. If you want to get started programming in SQL right away, this is the ideal self-paced learning tool for you.

This Beginner's Guide is Designed for Easy Learning: Modules - Each programming concept is divided into logical modules (chapters), ideal for individualized learningGoals - Each module opens with the specific programming skills you'll have by the end of the moduleAsk the Experts - Q&A sections throughout are filled with extra information and interesting commentary1-Minute Drills - Quick self-assessment sections to check your progressAnnotated Syntax - Example code annotated with commentary that points to the particular technique illustratedProjects - Coding exercises contained in each module show how to apply what you are learningMastery Checks - End-of-module reviews that test your knowledge using short-answer, multiple-choice, fill-in-the-blank, and simple coding questions

Test Yourself Mcdba SQL Server 2000 Administration (Exam 70-228) (Paperback, 2 Revised Edition): Niit Test Yourself Mcdba SQL Server 2000 Administration (Exam 70-228) (Paperback, 2 Revised Edition)
Niit
R965 R843 Discovery Miles 8 430 Save R122 (13%) Ships in 10 - 15 working days

Don't Let the Real Test Be Your First Test!

Practice Makes Perfect--Score Higher With The Most Effective Self-Test & Quick Review Program

More Questions--More ContentBased on Installing, Configuring, and Administering Microsoft SQL Server 2000 Enterprise Edition Exam (70-228) Coverage features quick review of all technology objectives and realistic exam questions to build your knowledge Exclusive "Exam Watch" features point out the most frequently missed questions--and how to answer them correctly

Advanced SQL:1999 - Understanding Object-Relational and Other Advanced Features (Paperback, New): Jim Melton Advanced SQL:1999 - Understanding Object-Relational and Other Advanced Features (Paperback, New)
Jim Melton
R2,822 Discovery Miles 28 220 Ships in 10 - 15 working days


"Advanced SQL:1999 - Understanding Object-Relational and Other Advanced Features" is the practitioner's handbook to the standard's advanced features. It is not a re-presentation of the standard, but rather an authoritative, in-depth guide to its practical application. Like its companion, "SQL:1999 - Understanding Relational Language Components," which explained the standard's basic features, this book will show you how to make your applications both effective and standard-compliant.


This handy reference has a modular format so you can explore specific topics with ease. It is equally useful to those upgrading from earlier versions of SQL and those with no previous experience. Written by the standard's distinguished editor, "Advanced SQL:1999" will complete your knowledge and support your skills like no other book can.
* Focuses entirely on the issues that matter to programmers who are connecting applications to databases.
* Details SQL:1999's object facilities, including structured user-defined types, typed tables, user-defined routines, and routine invocation.
* Examines facilities new to SQL, including those relating to on-line analytical processing (OLAP), management of external data (SQL/MED), and Java support.
* Covers the ongoing development of XML support.
* Includes appendices that cover the SQL:1999 annexes, a SQL:1999 example using UDTs, status codes, and useful information on the standardization process.

Berkeley DB (Paperback): Sleepycat Software Berkeley DB (Paperback)
Sleepycat Software
R1,407 R1,187 Discovery Miles 11 870 Save R220 (16%) Ships in 10 - 15 working days

Small, special-purpose computing devices and high-end core Internet servers need fast, reliable database management. Berkeley DB is an embedded database that provides high-performance, scalable, transaction-protected and recoverable data management services to applications. Extremely portable, this library runs under almost all UNIX and Windows variants, as well as a number of embedded, real-time operating systems.

Berkeley DB is the ultimate resource for the world's most widely deployed embedded database engine. This book will aid software architects and engineers, product managers, and systems and network administrators without the overhead imposed by other database products.

Designed by programmers for programmers, this classic library style toolkit provides a broad base of functionality to application writers. This book will help you to make intelligent choices about when and how to use Berkeley DB to meet your needs.

You can visit the Sleepycat website to get the latest errata for this book.

NOTE: The first printing of this book contained an error in the table of contents that caused the page numbers to be off. This will be corrected in the second printing. If you have an earlier edition, you can download a pdf of the correct table of contents that you can print out and use with your book. If you have any questions, please feel free to contact the editor of this book at [email protected].


SAP BW Certification - A Business Information Warehouse Study Guide (Paperback): CM Roze SAP BW Certification - A Business Information Warehouse Study Guide (Paperback)
CM Roze
R3,444 Discovery Miles 34 440 Ships in 10 - 15 working days

A concise, comprehensive study guide to the core SAP BW certification exam

The SAP Business Information Warehouse (SAP BW) is the data warehousing solution developed by SAP AG for SAP-centric data warehouses. Professionals seeking to become SAP BW application consultants need to pass the SAP BW certification exam in order to prove that they have a fundamental knowledge of this particular area of the SAP system, as well as to demonstrate that they are able to apply this knowledge within a project environment. SAP BW Certification: A Business Information Warehouse Study Guide provides candidates with the training and information they need in order to achieve certification.

SAP BW Certification begins with critical background information on Enterprise Resource Planning systems (ERP), software packages that integrate the entire flow of information throughout an organization, of which SAP is the market leader. The book then covers how SAP BW relates to SAP as a whole and discusses fundamental SAP BW functions such as data modeling, reporting, and extraction. Features of this Study Guide include:

  • An introduction to the BW certification exam
  • An overview of the exam’s topics, including such features as "On the Exam," "Optimization Tips," "Note," "Restrictions," "Unique to SAP," and "New to SAP"
  • Exercises that can be performed with a small test-BW server
  • Practice test questions and answers that assess the reader’s knowledge of current exam topics
  • A complete simulated certification exam

SAP BW practitioners who are preparing for the SAP BW certification exam, or for the SAP BW delta (recertification) exam, will find SAP BW Certification the premier study guide on the market today.

ColdFusion 5 Developer's Guide (Paperback): Michael Buffington ColdFusion 5 Developer's Guide (Paperback)
Michael Buffington
R1,810 R1,491 Discovery Miles 14 910 Save R319 (18%) Ships in 10 - 15 working days

Your Professional Resource for Developing with ColdFusion 5

Master ColdFusion--the premier environment for developing flexible, powerful Web applications--with the authoritative information in this professional-level resource. From installing and optimizing your development operating system, to mastering advanced practices like advanced application security and using Web Distributed Data Exchange (WDDX), "ColdFusion 5 Developer's Guide delivers the accurate, thorough instruction required to design and deploy a wide range of useful Web applications. ColdFusion developer and e-commerce guru Michael Buffington will help you discover--and master--the tools you'll need to excel in ColdFusion Web application development.Properly serve ColdFusion applications Deploy applications using development methods and code standards Get the most from conventions, adaptations, and portable code Work easily within all major operating systems and server platforms Develop ColdFusion applications using variables, forms, and imported tools Plan, design, administer, and monitor databases Understand Third Normal Form and other database structures Master security and automation techniques Prevent lost data, orphaning, and corruption Transfer platform-independent data with WDDX

How to Do Everything with Imovie 2 (Paperback): T. Reveaux How to Do Everything with Imovie 2 (Paperback)
T. Reveaux
R803 R719 Discovery Miles 7 190 Save R84 (10%) Ships in 10 - 15 working days

Now you can make exciting digital movies using this easy-to-use and information-packed resource. Covering all editing basics, as well as serious film-making techniques, you will be able to successfully apply visual effects and control sound with pinpoint accuracy-- and deliver digital stories you never thought possible.

ColdFusion 5: A Beginner's Guide (Paperback, Annotated edition): Jeffry Houser ColdFusion 5: A Beginner's Guide (Paperback, Annotated edition)
Jeffry Houser
R996 R874 Discovery Miles 8 740 Save R122 (12%) Ships in 10 - 15 working days

Essential Skills for First-Time Developers

Discover the easiest way to construct Web-based applications and interactive Web sites with help from this instructive guide. "ColdFusion 5: A Beginner's Guide uses a proven learning method to give even total beginners profound and useful insights into the world of programming. Cover server setup and administration, learn programming fundamentals and specifics of the ColdFusion language, then follow examples and tutorials designed to help you build and deploy your own dynamic Web site--including incorporating data from ODBC Databases, such as Access or SQL Server. Whether you're new to programming, or brushing up on ColdFusion techniques, this potent learning tool will help you meet your goals.

This Beginner's Guide is Designed for Easy Learning: Modules--Each concept is divided into logical modules (chapters), ideal for individualized learning Goals--Each module opens with the specific skills you'll have by the end of the module Ask the Experts--Q&A sections throughout are filled with extra information and interesting commentary 1-Minute Drills--Quick self-assessment sections to check your progress Annotated Syntax--Example code annotated with commentary that points to the particular technique illustrated Projects--Exercises contained in each module show how to apply what you are learning Mastery Checks--End-of-module reviews that test your knowledge using short-answer, multiple-choice, fill-in-the-blank, and simple coding questions

J.D.Edwards OneWorld Xe - Using Object Management Workbench (Paperback): Steve Hester, Allen Jacot J.D.Edwards OneWorld Xe - Using Object Management Workbench (Paperback)
Steve Hester, Allen Jacot
R1,130 Discovery Miles 11 300 Ships in 10 - 15 working days

This text has been written for the new and experienced OneWorld professionals who need to use and get the most from the Object Management Workbench (OMW). It provides the fundamentals and details behind the business and technical information about OMW, alongside practical advice and special sections containing proven tips and recommendations for successful usage of OMW.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
8 Rules Of Love - How To Find It, Keep…
Jay Shetty Paperback R350 R312 Discovery Miles 3 120
The Design of Low-Voltage, Low-Power…
Shahriar Rabii, Bruce A. Wooley Hardcover R4,466 Discovery Miles 44 660
NIV Holy Bible Compact Burgundy Comfort…
Zondervan Paperback R240 R221 Discovery Miles 2 210
Radio Frequency Transistors - Principles…
Norman Dye, Helge Granberg Paperback R1,857 Discovery Miles 18 570
Black Tax - Burden Or Ubuntu?
Niq Mhlongo Paperback  (2)
R340 R304 Discovery Miles 3 040
Love Marriage
Monica Ali Paperback R474 R435 Discovery Miles 4 350
A Renegade Called Simphiwe
Pumla Dineo Gqola Paperback R305 Discovery Miles 3 050
Like Sodium In Water - A Memoir Of Home…
Hayden Eastwood Paperback  (1)
R354 Discovery Miles 3 540
Wireless Personal Communications…
William H. Tranter, Theodore S. Rappaport, … Hardcover R4,540 Discovery Miles 45 400
Chipless RFID Authentication - Design…
Z. Ali Hardcover R3,775 Discovery Miles 37 750

 

Partners