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

Pro SQL Server 2008 Relational Database Design and Implementation (Paperback, 1st ed.): Louis Davidson, Kevin Kline, Scott... Pro SQL Server 2008 Relational Database Design and Implementation (Paperback, 1st ed.)
Louis Davidson, Kevin Kline, Scott Klein, Kurt Windisch
R1,565 R1,262 Discovery Miles 12 620 Save R303 (19%) Ships in 10 - 15 working days

Learn effective and scalable database design techniques in a SQL Server environment.Pro SQL Server 2008 Relational Database Design and Implementation covers everything from design logic that business users will understand, all the way to the physical implementation of the design in a SQL Server database. Grounded in best practices and a solid understanding of the underlying theory, authors Louis Davidson, Kevin Kline, Scott Klein, and Kurt Windisch show how to 'get it right' in SQL Server database design and lay a solid groundwork for the future use of valuable business data. Solid foundation in best practices and relational theory Maximize SQL Server features to enhance security, performance, scalability Thorough treatment from conceptual design to an effective, physical implementation What you'll learn Develop conceptual models of client data using interviews and client documentation Normalize data models to enhance scalability and the long term use of valuable data Translate conceptual models into high-performing SQL Server databases Secure and protect the integrity of data as part of meeting regulatory requirements Take full advantage of new SQL Server features such as the spatial datatype, XML support, transparent data encryption, and more Create effective indexing to speed query performance Who this book is for

Pro SQL Server 2008 Relational Database Design and Implementation is designed for programmers of all types who want to use SQL Server 2008 to store data. Rookie database programmers will find a complete course on the fundamentals of database design that includes conceptual designs and physical implementation. Seasoned veterans will find many tips and tricks for implementing database systems that will be well worth the time invested in reading this book.

Beginning Oracle Database 11g  Administration - From Novice to Professional (Paperback, 1st ed.): Ignatius Fernandez Beginning Oracle Database 11g Administration - From Novice to Professional (Paperback, 1st ed.)
Ignatius Fernandez
R1,469 R1,166 Discovery Miles 11 660 Save R303 (21%) Ships in 10 - 15 working days

This book, written by veteran Oracle database administrator Iggy Fernandez, a regular on the Oracle conference circuit and the editor of NoCOUG Journal, is a manageable introduction to key Oracle database administration topics including planning, installation, monitoring, troubleshooting, maintenance, and backups, to name just a few. As is clear from the table of contents, this book is not simply a recitation of Oracle Database features such as what you find in the reference guides available for free download on the Oracle web site. For example, the chapter on database monitoring explains how to monitor database availability, database changes, database security, database backups, database growth, database workload, database performance, and database capacity.

The chapters of this book are logically organized into four parts that closely track the way your database administration career will naturally evolve. Part 1 gives you necessary background in relational database theory and Oracle Database concepts, Part 2 teaches you how to implement an Oracle database correctly, Part 3 exposes you to the daily routine of a database administrator, and Part 4 introduces you to the fine art of performance tuning. Each chapter has exercises designed to help you apply the lessons of the chapter. Each chapter also includes a list of reference works that contain more information on the topic of the chapter.

In this book, you'll find information that you won't find in other books on Oracle Database. Here you'll discover not only technical information, but also guidance on work practices that are as vital to your success as technical skills. The author's favorite chapter is "The Big Picture and the Ten Deliverables." If you take the lessons in that chapter to heart, you can quickly become a much better Oracle database administrator than you ever thought possible. What you'll learn Theory of relational database management systems Oracle Database internals Licensing, architecture, and sizing Software installation and database creation Using indexes to improve performance User management and data loading How to monitor all aspects of your database How to solve and fix problems Database backups and database recovery Database maintenance Database tuning SQL tuning Who this book is for

If you are an IT professional who has been thrust into an Oracle database administration role without the benefit of formal training, or you just want to understand how Oracle Database works, this book is for you. It's the book the author wishes he'd had when he first started using Oracle Database many years ago. It's the book that he would have liked to have given to the many IT colleagues and friends who, over the years, have asked him to teach them the basics of Oracle Database.

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,660 Discovery Miles 16 600 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.

Mastering SQL Server Profiler - SQL Bits Edition (Paperback): Brad M. McGehee Mastering SQL Server Profiler - SQL Bits Edition (Paperback)
Brad M. McGehee
R818 R680 Discovery Miles 6 800 Save R138 (17%) 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.

Rough Computing - Theories, Technologies and Applications (Hardcover): Aboul Ella Hassanien, Zbigniew Suraj, Dominik Slezak,... Rough Computing - Theories, Technologies and Applications (Hardcover)
Aboul Ella Hassanien, Zbigniew Suraj, Dominik Slezak, Pawan Lingras
R5,114 Discovery Miles 51 140 Ships in 10 - 15 working days

'Rough Computing' explores the application of rough set theory, which has attracted attention because of the ability to enhance databases by allowing for the management of uncertainty, a comparative analysis between rough sets, and other intelligent data analysis.

Expert SQL Server 2005 Development (Paperback, 1st ed.): Adam Machanic, Lara Rubbelke, Hugo Kornelis Expert SQL Server 2005 Development (Paperback, 1st ed.)
Adam Machanic, Lara Rubbelke, Hugo Kornelis
R1,356 R1,086 Discovery Miles 10 860 Save R270 (20%) Ships in 10 - 15 working days

While building on the skills you already have, Expert SQL Server 2005 Development will help you become an even better developer by focusing on best practices and demonstrating how to design high-performance, maintainable database applications. This book starts by reintroducing the database as a integral part of the software development ecosystem. You'll learn how to think about SQL Server development as you would any other software development. For example, there's no reason you can't architect and test database routines just as you would architect and test application code. And nothing should stop you from implementing the types of exception handling and security rules that are considered so important in other tiers, even if they are usually ignored in the database. You'll learn how to apply development methodologies like these to produce high-quality encryption and SQLCLR solutions. Furthermore, you'll discover how to exploit a variety of tools that SQL Server offers in order to properly use dynamic SQL and to improve concurrency in your applications. Finally, you'll become well versed in implementing spatial and temporal database designs, as well as approaching graph and hierarchy problems.

Oracle Performance Tuning 2e (Paperback, 2nd edition): Mark Gurry Oracle Performance Tuning 2e (Paperback, 2nd edition)
Mark Gurry
R2,002 R1,416 Discovery Miles 14 160 Save R586 (29%) Ships in 12 - 17 working days

The first edition of this book became a classic for developers and DBAs. This edition offers 400 pages of updated material on Oracle features, including parallel server, parallel query, Oracle Performance Pack, disk striping and mirroring, RAID, MPPs, SMPs, distributed databases, backup and recovery, and much more.

Pro SQL Server Disaster Recovery (Hardcover, 1st ed.): James Luetkehoelter Pro SQL Server Disaster Recovery (Hardcover, 1st ed.)
James Luetkehoelter
R1,654 Discovery Miles 16 540 Ships in 10 - 15 working days

Many would argue that the single, most important job of a SQL Server database administrator is to be able to recover your database in the event of loss or damage. Pro SQL Server Disaster Recovery helps you meet that goal by showing you how to think about and plan for potential problems. You'll learn to anticipate and reduce the likelihood of a disaster, and to mitigate the effects of a disaster when one does occur. Perhaps most importantly, you'll learn how to prepare so that you can return a system to its normal state quickly, ensuring system availability and the continued success and operation of your business.

Many SQL Server features and technologies are, or can be put to good use in disaster recovery planning. In this book, you'll learn about powerful tools and features -- such as Database Snapshots and Mirroring -- for data backup and disaster recovery that are present in SQL Server 2005, and that are enhanced in SQL Server 2008. Also covered are common issues to expect when using these features. This book explores your options by examining the technical details of disaster recovery features and then applying that knowledge to practical scenarios.

There's a human side to disaster recovery planning as well. Like few other activities, disaster recovery planning requires that you work closely with a wide variety of people from all across your organization. People skills are as critical to disaster recovery planning as technical skills, and perhaps more so. This book does not leave you in the dark, but provides sound advice on how to keep disaster recovery planning projects on track, how to avoid dangerous scope creep, and how to work effectively with the variety ofpersonality types that you will encounter.

Disaster recovery planning is really about sleep. When you get the call at 3: 00 am that your database is lost, don't wake up with that icy feeling in your veins. Instead wake up with confidence that you have a plan in place, a plan that you've practiced, that management has bought into, a plan that you can execute even while half-asleep to get your database, your company, and your job back on track. What you'll learn

This book shows you how to implement an effective disaster recovery strategy for SQL Server 2005 databases. It covers: Real-world examples of data loss and what might have been done to prevent it A systematic, problem-based approach to designing a disaster recovery plan Pitfalls one might encounter, and how to deal with them Team dynamics, and the soft-side of disaster planning New technology in SQL Server 2005 and 2008 that takes disaster recovery beyond the simple backup/recovery plan When and why to use disaster recovery features, as opposed to just describing how they work
Who is this book for?

SQL Server database administrators

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,186 R993 Discovery Miles 9 930 Save R193 (16%) 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

Pro SQL Server 2008 Service Broker (Hardcover, 1st ed.): Klaus Aschenbrenner Pro SQL Server 2008 Service Broker (Hardcover, 1st ed.)
Klaus Aschenbrenner
R2,889 Discovery Miles 28 890 Ships in 10 - 15 working days

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 fast 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 availablity. Apply best practices to avoid future trouble. Who is this book 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. 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 willalways 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. Related Titles Pro T-SQL 2005 Programmer's Guide SQL Server 2008 Transact-SQL Recipes: A Problem-Solution Approach

Crystal Reports 2008: The Complete Reference (Paperback, Ed): George Peck Crystal Reports 2008: The Complete Reference (Paperback, Ed)
George Peck
R2,275 R1,793 Discovery Miles 17 930 Save R482 (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. 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

Databases in Networked Information Systems - 5th International Workshop, DNIS 2007, Aizu-Wakamatsu, Japan, October 17-19, 2007,... Databases in Networked Information Systems - 5th International Workshop, DNIS 2007, Aizu-Wakamatsu, Japan, October 17-19, 2007, Proceedings (Paperback, 2007 ed.)
Subhash Bhalla
R1,574 Discovery Miles 15 740 Ships in 10 - 15 working days

This book constitutes the refereed proceedings of the 5th International Workshop on Databases in Networked Information Systems, DNIS 2007, held in Aizu-Wakamatsu, Japan in October 2007. Focusing on data semantics and infrastructure for information management and interchange, the papers are organized in topical sections on geospatial decision-making, Web data management systems, infrastructure of networked information systems, and Web query and web mining systems.

Pro SQL Server 2005 High Availability (Hardcover, 1st ed.): Allan Hirt Pro SQL Server 2005 High Availability (Hardcover, 1st ed.)
Allan Hirt
R1,808 Discovery Miles 18 080 Ships in 10 - 15 working days

Maintaining SQL Server 2005 high availability in a global information environment is the database administrators greatest practical challenge. Availability is as much about people and processes as it is about technology. Microsoft SQL Server 2005 High Availability covers the technology, people, processes, and real-world best practices for planning, deploying, administering, and maintaining highly available SQL Server 2005 instances. With years of experience as a database consultant and production DBA, Allan Hirt provides in-depth, detailed advice on what it takes to ensure SQL Server high availability for businesses of any size. This is not an academic text; its not based on lab experiments, but on real-world experience. This book is a dramatic update and revision of the authors previous best-seller on SQL Server 2000. It gives sound guidance to DBAs and system administrators on how to really get the job done.

Beginning SQL Server 2005 for Developers - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 2nd printing):... Beginning SQL Server 2005 for Developers - From Novice to Professional (Paperback, 2nd Corrected ed., Corr. 2nd printing)
Robin Dewson
R1,379 R1,109 Discovery Miles 11 090 Save R270 (20%) Ships in 10 - 15 working days

Purchase this book and you'll get the free, fully searchable eBooka $25 value! (Details are printed inside the book.)

SQL Server 2005 will increase your programming options, productivity, analysis, and database management. If you have some basic knowledge of relational databases and want to start a career as a developer using SQL Server, then this book is your ideal first step. It explains the core jobs and roles for developing a database in both SQL Server 2000 and 2005.

This book features practical steps to help you overcome issues youre likely to encounter. You'll learn to use SQL for querying, inserting, updating, and deleting data. You'll also learn how to back up and restore databases for basic administration in SQL Server. Further, you'll cover how to build a complete database, from the fundamentals of relational database design to table and index creation.

Additionally, you'll start to program in T-SQL, SQL Servers implementation (and extension) of the SQL programming language, and you'll come away with effective programming techniques using stored procedures and triggers.

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,760 R1,398 Discovery Miles 13 980 Save R362 (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. 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,432 R1,129 Discovery Miles 11 290 Save R303 (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. 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

Pro Oracle Database 10g RAC on Linux - Installation, Administration and Performance (Hardcover, 1st Corrected ed., Corr. 3rd... Pro Oracle Database 10g RAC on Linux - Installation, Administration and Performance (Hardcover, 1st Corrected ed., Corr. 3rd printing)
J Dyke, S. Shaw
R1,767 Discovery Miles 17 670 Ships in 10 - 15 working days

Real Application Clusters (RAC) and the Grid architecture are Oracle's strategy for scaling out enterprise systems to cope with bigger workloads and more users. Many books limit themselves by conceptualizing and theorizing about RAC technology, but this book is the first to portray implementing and administering an Oracle 10"g" RAC system in a Linux environment. This book features basic concepts underlying Linux and Oracle RAC, design strategies, hardware procurement and configuration, and many other topics.

The RAC-specific technologies described include configuration of the interconnect, OCFS, ASM, Cluster Ready Services, and Grid Control. The Oracle features RMAN and Data Guard are also discussed, along with available hardware options. The authors include practical examples and configuration information, so that upon reading this book, youll be armed with the information you need to build an Oracle RAC database on Linux, whether it is on a single laptop or a 64-node Itanium cluster.

BusinessObjects XI (Release 2): The Complete Reference (Paperback, Ed): Cindi Howson BusinessObjects XI (Release 2): The Complete Reference (Paperback, Ed)
Cindi Howson
R2,058 R1,653 Discovery Miles 16 530 Save R405 (20%) Ships in 10 - 15 working days

Gain the Competitive Edge with the Ultimate Resource on BusinessObjects XI Release 2.

. Publish actionable business reports across your enterprise using BusinessObjects XI and the detailed information contained in this one-stop resource. "BusinessObjects XI: The Complete Reference" explains, step-by-step, how to design and build powerful universes, integrate security, execute efficient queries, and distribute the results..

. You'll learn how to create an implementation strategy that fits your business goals, define and manage users, and integrate your reports into Web and Windows applications. All of the new and updated features of BusinessObjects XI Release 2 are covered in full detail, including the new architecture, Designer, security through the Central Management Console, InfoView, Web Intelligence, Desktop Intelligence, report scheduling, and auditing usage..

. Develop a visionary BusinessObjects XI deployment strategy. Migrate existing deployments to BusinessObjects XI Release 2. Use Designer to create robust universes aligned with the business goals that empower users to answer their own questions. Design and implement security policies that fit your company's needs. Monitor system usage and develop deployment practices for mission-critical BI. Translate complex business questions into simple, efficient Web Intelligence queries. Design reports that facilitate insight with richly formatted tables, charts, alerters, and report formulas. Reach more users with the power of interactive reports to dynamically sort, filter, rank, and drill through to detail at a simple mouse-click

Fundamentals of Relational Database Management Systems (Hardcover, 2007 ed.): S. Sumathi, S. Esakkirajan Fundamentals of Relational Database Management Systems (Hardcover, 2007 ed.)
S. Sumathi, S. Esakkirajan
R5,952 Discovery Miles 59 520 Ships in 10 - 15 working days

This book provides comprehensive coverage of fundamentals of database management system. It contains a detailed description on Relational Database Management System Concepts. There are a variety of solved examples and review questions with solutions. This book is for those who require a better understanding of relational data modeling, its purpose, its nature, and the standards used in creating relational data model.

Foundation PHP for Dreamweaver 8 (Paperback, 1st Corrected ed., Corr. 2nd printing): David Powers Foundation PHP for Dreamweaver 8 (Paperback, 1st Corrected ed., Corr. 2nd printing)
David Powers
R1,152 R948 Discovery Miles 9 480 Save R204 (18%) Ships in 10 - 15 working days

In this book, youll learn how to: Install, configure, and troubleshoot a testing environment with PHP/MySQL and Apache or IIS Learn the fundamentals of PHP and good database design Use Dreamweaver 8 server behaviors to create robust dynamic applications that validate user input for greater security and reliability Incorporate live XML feeds into your web pages with PHP and Dreamweaver 8s new XSL Transformation server behavior Download and apply a suite of custom-built PHP functions designed exclusively for this book Want to add the power of a database to your websites? Build online forms that send feedback straight to your inbox? Incorporate live news feeds and XML data into your web pages? This book shows you how to do all that and more. Dreamweaver 8 takes a lot of the hard work out of integrating a database into your websites, but it cant do everything. So instead of just giving you a series of instructions to click this and click that, this book helps you understand whats going on in the background. As a result, youre more likely to remember and to get it right. Most books on PHP concentrate on code and throw all design considerations out the window. This one is different. It makes use of Dreamweaver 8s vastly improved CSS rendering, and shows you how to build a site thats smart in both senses of the word. It looks good and is intelligent too. Youll learn how to change the entire look of the site, using PHP to serve up different stylesheets each month. Youll also build a contact form protected against email injection attacks. All of Dreamweavers PHP server behaviors are put through their paces, and youll even make some custom server behaviors that will come in useful on any site youcreate. Two chapters take you through the setup process with step-by-step instructions for both Windows and Mac OS X, helping you make the right choices: Apache or IIS? Remote or local testing? There are even instructions on how to set up virtual hosts on your own computer. And in the unlikely event that things go wrong, theres plenty of troubleshooting advice too. In this book we look specifically at using Dreamweaver's built-in server behaviors to build dynamic web sites using PHP and MySQL, the worlds most popular open source server-side language and database server combination, which are both reliable, powerful, and open source (and therefore free to use!) This latest version of Dreamweaver includes more powerful support for PHP and MySQL than ever before, and we'll show you how to make this work for you. No previous experience of PHP or MySQL is necessary to use this book. Examples built throughout the book include a content management system, and an online image gallery. All examples are designed to meet modern usability requirements and be web standards compliant. Summary of Contents: Introduction Chapter 1: So, You Want to Build Dynamic Sites? Chapter 2: Dreamweaver and PHPA Productive Partnership Chapter 3: Getting the Work Environment Ready Chapter 4: Getting Ready for the Case Study Chapter 5: Integrating PHP into Your Site Chapter 6: Getting Feedback from an Online Form Chapter 7: Putting the Power of a Database Chapter 8: Building a Random Quotation Generator Chapter 9: Working with Multiple Tables Chapter 10: Using Sessions to Track Chapter 11: Displaying a Blog and Photo Gallery Chapter 12: Using XSLT to Display Live News Feeds and XML Appendix A: Using Languages OtherThan English in MySQL Appendix B: Essential MySQL Maintenance Index

Pro VS 2005 Reporting  - Using SQL Server And Crystal Reports (Paperback, 1st ed.): Rod Paddock, Kevin Goff Pro VS 2005 Reporting - Using SQL Server And Crystal Reports (Paperback, 1st ed.)
Rod Paddock, Kevin Goff
R1,895 Discovery Miles 18 950 Ships in 10 - 15 working days

Creating clear and comprehensive reporting functionality is one of the most important, and most misunderstood, tasks that developers do in professional life. The reports they generate are used by both their clients and their own managers to assess the performance of their applications and to gauge how well the application meets business objectives. This book shows how to use Visual Studio 2005 and complementary technologies, such as Crystal Reports, to quickly and simply create fast, flexible reporting for applications of any size. In this book our experienced author team shows how to create the best results as efficiently as possible.

Pro SQL Server 2005 Reporting Services (Paperback, 1st Corrected ed., Corr. 2nd printing): Walter Voytek, Rodney Landrum Pro SQL Server 2005 Reporting Services (Paperback, 1st Corrected ed., Corr. 2nd printing)
Walter Voytek, Rodney Landrum
R1,096 R892 Discovery Miles 8 920 Save R204 (19%) Ships in 10 - 15 working days

Purchase this book and you'll get the free, fully searchable eBooka $20 value! (Details are printed inside the book.)

It does a good job of covering the fundamentals and simple reporting needs. For the SSRS newcomer, it is a great place to start. -- Will Wagers, C# Online.NET

SQL Server Reporting Services (SSRS) 2005 is the latest version of the reporting technology from Microsoft. This book examines all of the technology that SSRS provides to design, author, render and deploy professional business reports to the Web or to the company intranet (in a variety of formats, from HTML to XML, PDF, or TIFF), with detailed examples at every step.

It covers all of the new functionality present in the 2005 version, including the new management and BI development studios as well as the new report viewer controls and end-user reporting tools. It also contains significantly expanded chapters on Business Intelligence along with a wealth of tips and workarounds for effective development with SSRS.

The authors are both highly experienced with SQL Server and with business reporting in the medical industry, which is subject to rigorous HIPAA regulations and strict security. It is not their intention to evangelize the product or present "idealized" examples based on the simple built-in schemas. Instead, they take a hard, critical look at the technology and provide exactly what the reader needs to know to deliver effective reports. Their code examples are based on real, complex schemas and the need to deliver versatile, dynamic reports, as well as on strict security and performance requirements.

In summary, this book will provide you with step-by-step guides, best practices, and realcode examples covering all of the common Reporting Services tasks, including: A detailed overview of the reporting architecture and tools The new Report Definition Language Standard, which is XML-based and allows you to define reports in VS.NET Building effective queries for high-performance reporting Building custom .NET applications with SSRS Rendering reports to HTML, XML, PDF and Excel Deploying secure reports, using Windows authentication through Active directory Business Intelligence reporting using SQL Server Analysis Services

Beginning SQL Server 2005 Express Database Applications with Visual Basic Express and Visual Web Developer Express - From... Beginning SQL Server 2005 Express Database Applications with Visual Basic Express and Visual Web Developer Express - From Novice to Professional (Paperback, 1st Corrected ed., Corr. 2nd printing)
Rick Dobson
R1,391 R1,121 Discovery Miles 11 210 Save R270 (19%) Ships in 10 - 15 working days

SQL Server 2005 Express is the database component of Microsoft's Express Suite of products. It is free of charge, inherits many (non-enterprise) features from SQL Server 2005, and comes complete with development and administration tools. As such, it is an ideal database for developers and administrators to use in prototype/evaluation projects. It is also a powerful development platform for database applications on nonprofit websites, e-commerce sites, and in small offices and departments.

Author -->Rick Dobson--> provides all of the installation, configuration, administration, and development techniques that you need to build applications quickly. He focuses on techniques that are easy to learn and transparent in their real-world translations. Topics include the SSMS-based query tool and T-SQL programming, and Visual Basic Express and Visual Web Developer, both with SSE, to build Windows Forms applications and to develop ASP.NET web applications.

The Definitive Guide to db4o (Hardcover, 1st ed.): Jim Paterson, Stefan Edlich The Definitive Guide to db4o (Hardcover, 1st ed.)
Jim Paterson, Stefan Edlich
R1,695 Discovery Miles 16 950 Ships in 10 - 15 working days

To satisfy the demand for 24/7 information access, applications available in airport and conference kiosks, and in the mobile, gaming, and medical industries, provide consumers data access wherever they are. But its essential that fast availability not be traded for quality performance.

A prominent solution for managing the data in these applications and devices is db4othe open source object database native to the Java and .NET platforms. Highly reliable and scalable, db4o cuts down on development time by smoothly integrating into the system, cutting out the otherwise costly object-relational mapping typical of larger applications.

"The Definitive Guide to db4o" is the first book to comprehensively cover this project in detail. You will learn about all relevant topics, including installing and configuring db4o, querying and managing objects, performing transactions, and replicating data. To aid newcomers to the topic, early chapters cover object database fundamentals, as well as technical considerations and migration strategies. The book is complete with numerous C# and Java examples, so youll be able to follow along regardless of your chosen language.

Pro MySQL (Paperback, 1st ed.): Jay Pipes, Michael Kruckenberg Pro MySQL (Paperback, 1st ed.)
Jay Pipes, Michael Kruckenberg
R2,034 R1,698 Discovery Miles 16 980 Save R336 (17%) Ships in 10 - 15 working days

The MySQL database server continues to enjoy an aggressive development schedule, with new features and enhancements released on a regular basis. Most notably, the changes to version 4 and the forthcoming version 5 are among the most significant in the history of the project, and serve to further extend the already considerable capabilities this popular open source database server offers its millions of users worldwide. MySQL 5 is expected to be released in late spring/early summer 2005.

Pro MySQL provides intermediate and advanced MySQL users with a comprehensive guide to the array of features available in these new versions. Clustering, replication, transactions, and subqueries are just a few of the topics youa (TM)ll find in this book.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
SQL: 1999 - Understanding Relational…
Jim Melton, Alan R. Simon Paperback R2,144 R1,537 Discovery Miles 15 370
The Official New Features Guide to…
Brian Taylor, Naresh Adurty, … Paperback R116 Discovery Miles 1 160
Fundamentals of Data Engineering - Plan…
Joe Reis Paperback R1,544 R1,353 Discovery Miles 13 530
Building Custom Tasks for SQL Server…
Andy Leonard Paperback R1,277 Discovery Miles 12 770
SQL Antipatterns, Volume 1 - Avoiding…
Bill Karwin Paperback R856 Discovery Miles 8 560
Expert SQL Server Transactions and…
Dmitri Korotkevitch Paperback R1,670 R1,301 Discovery Miles 13 010
Database Systems: The Complete Book…
Hector Garcia-Molina, Jeffrey Ullman, … Paperback R2,663 Discovery Miles 26 630
Using Excel for Business and Financial…
DS Fairhurst Paperback R1,859 Discovery Miles 18 590
Quantitative Electroencephalographic…
Tim Tinius Paperback R987 Discovery Miles 9 870
Pro SQL Server Relational Database…
Louis Davidson Paperback R2,203 R1,759 Discovery Miles 17 590

 

Partners