ReadingChair.com - Read regularly updated book reviews and shop for books online.
  
Amazon.com:
Barnes & Noble:
Powell's:
Wal-Mart:

DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5 OS(TM), and z OS(R) (2nd Edition)

You are on the item page for: DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5 OS(TM), and z OS(R) (2nd Edition)
Books: Computers: i5/OS: Item 3

View Previous Item in i5/OS      View Next Item in i5/OS
Click here to buy DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5 OS(TM), and z OS(R) (2nd Edition) by  Zamil Janmohamed, Clara Liu, Drew Bradstock, and Raul F. Chong.  

DB2(R) SQL PL: Essential Guide for DB2(R) UDB on Linux(TM), UNIX(R), Windows(TM), i5 OS(TM), and z OS(R) (2nd Edition)

by Zamil Janmohamed, Clara Liu, Drew Bradstock, and Raul F. Chong
4.5 out of 5 stars

  • Hardcover: 576 pages
  • Publisher: IBM Press; 2 edition November 15, 2004
  • Language: English
  • ISBN: 0131477005
  • Product Dimensions: 9.3 x 7.2 x 1.3 inches
  • Shipping Weight: 2.22 pounds

    1 of 1 people found the following review helpful: A very good book on DB2 SQL PL, January 24, 2006 Reviewer:Omaha, NE - I didn't know anything about writing DB2 stored procedures until I bought this book. After reading it I have written several procedures to aid in data migration. It is well laid out and has all the necessary information. The best part is that you don't feel like you are reading a technical book.

    Book Description
    FOREWORD FOREWORD The more things change, the more they stay the same. Last year, when the first edition of this book was released, IBM had just released an updated version of DB2 on the Linux, UNIX, and Windows platforms a version that was the most significant release to date, and one that provided new capabilities to reflect advances in the technology of both database systems and IT in general. As I write this only a year later, IBM has once again just released an updated versions of the DB2 UDB product family; DB2 UDB for Linux, UNIX, and Windows, DB2 UDB for iSeries and DB2 UDB for zSeries significant new releases that include many new features and enhancements that make this the most advanced set of database products IBM has ever offered and we believe the most advanced in the industry. Unlike the first edition of the book, which covered only the Linux, UNIX, and Windows platforms, the second edition of this book covers SQL Procedural Language for the entire DB2 family those platforms covered in the first edition, and now including DB2 for z-Series (OS/390) and i-Series (i5/OS) platforms. Additionally, this edition introduces a method for resolving performance issues how to monitor and identify bottlenecks, and how to provide alternatives for resolution. DB2 UDB is evolving to reflect the changing needs of the development community. Many of the new features in DB2 UDB are designed to significantly improve ease of use for the development community, including new autonomic capabilities than will help to change the role of the DBA. There have been many other areas of technical leadership that have been introduced in technical support; all have helped to propel DB2 into the leadership position in the database market. Another such developer-oriented feature is the subject of the original edition of this publication; this updated second edition focuses on the updates and improvements for SQL PL in updated versions of DB2 UDB. SQL PL for DB2 provides a high-level language to build portable application logic that has the potential for better performance and scalability, by virtue of exploiting server-side resources and eliminating client bottlenecks. Exploiting SQL PL can also serve to improve the manageability and security of applications by providing a more modular structure. The latest version of DB2 UDB on all platforms includes enhancements for stored procedure development that significantly increases usability, allowing more developers to experiment with writing these stored procedures. This updated edition discusses this enhancement in detail. An important feature in the updated versions of DB2 is that SQL PL is now native in all versions DB2 UDB is no longer dependent upon translation into C stored procedures. For you as a developer, you ll see increased productivity and faster performance from your applications. And, you ll see reduced costs of ownership no more additional expenses from compilers or run-times. Knowing how and when to exploit the many capabilities of SQL PL for DB2 is an important skill to develop and the authors of this book are experts on the subject, as certified DB2 specialists. They have done a very nice job in efficiently laying out the many benefits in an easy to understand fashion. They ve covered all language elements of DB2 SQL PL, with a large number of examples and detailed explanations. They offer expert tips and best practices derived from experiences with real customers. Nowhere else will the reader find such a vast array of experience-driven tips; this book is the ultimate developer s resource for writing SQL procedures. We at IBM are very proud of the success that we ve seen with DB2, and we re grateful to our many partners, developers and customers who have chosen to build and run their solutions with our database product. Working together, we ve built the industry s premiere database product and the broadest set of applications and solutions in the market. We continue to listen intently to your needs and requirements, and have focused on addressing many of these requirements as DB2 continues to evolve. I know that the skills that you are about to learn or hone for SQL PL for DB2 will serve you well; on behalf of IBM, I look forward to a continuing relationship of delivering the industry s best solutions and applications. Janet Perna General Manager, Information management IBM software Group /> class="navigation"> Copyright Pearson Education. All rights reserved.

    Back Cover Copy
    • IBM's definitive guide to writing DB2 SQL PL stored procedures, triggers, UDFs, and dynamic compound SQL
    • Fully updated to reflect the entire DB2 UDB product family, and new SQL PL improvements for Windows, UNIX, Linux, iSeries, and zSeries
    • Presents expert tips and best practices drawn from extensive experience in real customer environments
    • Covers everything from basic program structure through advanced techniques
    • Includes up-to-the-minute coverage of optimization and troubleshooting

    Using the IBM DB2 SQL Procedural Language (SQL PL), programmers can drive major improvements in database performance, manageability, and time-to-market. Now, IBM's own experts present the definitive guide to DB2 SQL PL development on any platform: Windows, UNIX, Linux, iSeries, or zSeries.

    DB2 SQL PL, Second Edition shows developers how to take advantage of every facet of the SQL PL language and development environment. The authors offer up-to-the-minute coverage, best practices, and tips for building basic SQL procedures, writing flow-of-control statements, creating cursors, handling conditions, and much more. Along the way, they illuminate advanced features ranging from stored procedures and triggers to user-defined functions.

    The only book to combine practical SQL PL tutorials and a detailed syntax reference, DB2 SQL PL, Second Edition draws on the authors' unparalleled expertise with SQL PL in real business environments. Coverage includes

    • Using SQL PL to improve manageability and performance, while clearly separating DBA and development roles
    • Writing more efficient stored procedures, triggers, user-defined functions (UDFs), and dynamic compound SQL
    • Identifying SQL PL performance bottlenecks--and resolving them
    • Leveraging new language enhancements for Windows, UNIX, and Linux: improved table function support, session based locking, nested save points, new prepare options, and more
    • Using new features for iSeries V5R3: built-in string and date/time manipulation functions, SEQUENCE objects, and more
    • Utilizing zSeries Version 8's integrated stored procedures debugging and improved SQL Conditions support
    • Mastering DB2 Development Center, the unified development environment for creating DB2 stored procedures

    Whether you're developing new SQL PL applications, migrating or tuning existing applications, or administering DB2, you'll find this book indispensable.



    © Adapt, Inc. 1998-2006








  • Shop Bookstores:
    Art, Atlases, Art Techniques, Audio Books, Authors, Biographies, Business, Celebrities, Children's, Cities, Computers, Cookbooks, Countries, Dictionaries, En Español, Encyclopedias, History, Horror, Large Print, Law, Medical, Mystery, Photographers, Photography Techniques, Powell's Selections, Presidents, Research, Romance, Sci-Fi, Study Guides, Subjects, Techical, Teens, Textbooks, Travel, U.S. States

    Books
    Resources
    Most Watched Book Auctions
    i5/OS at Sduf
    News To Peruse
    More Subjects
    Book Review Directory
    Reviewed Authors
    Reviewed Titles
    Review List
    Site Map