Showing posts with label database management systems. Show all posts
Showing posts with label database management systems. Show all posts

Oracle PL/SQL Programming Review

Oracle PL/SQL Programming
Average Reviews:

(More customer reviews)
Are you looking to buy Oracle PL/SQL Programming? Here is the right place to find the great deals. we can offer discounts of up to 90% on Oracle PL/SQL Programming. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Oracle PL/SQL Programming ReviewI recommend this book wholeheartedly for beginners as well as veterans of PL/SQL. Especially against the Oracle Press book by author Scott Urman. That book (though it covers the basics), it does not give you the tips and tricks or insight as does Steve's book.
The O'Reilly series book is well crafted, with excellent examples. The style of writing is humorous as well as straight forward. And it is a companion amongst other Oracle books by O'Reilly. O'Reilly Publishing seems to know Oracle better than Oracle Press knows itself.
GioOracle PL/SQL Programming Overview
The first edition of Oracle PL/SQL Programming quickly became anindispensable reference for both novice and experienced PL/SQLdevelopers. Packed with examples and recommendations, it helpedeveryone using PL/SQL (from the Oracle Forms developer to the databaseadministrator) make the most of this powerful language.

Oracle8 presents PL/SQL programmers with new challenges by increasing both the possibilities and complexities of the language.This newedition updates the original book for Oracle8, adding chapters describingthe new PL/SQL object features (object types, collections, object views, and external procedures). The second edition also contains a much-requestedchapter on tuning PL/SQL, as well as expanded discussions of debuggingand tracing PL/SQL execution.

The book comes with a companion diskette containing the Companion UtilitiesGuide for Oracle PL/SQL Programming, an online tool developed by RevealNet,Inc. The online guide contains more than 100 file of source code anddocumentation prepared by the authors.

Even if you've already read the first edition of Oracle PL/SQL Programming,you'll find an enormous amount of new and revised information in thissecond edition and on its companion diskette. If you're new to PL/SQL,you'll soon find yourself on the road to mastery.

NOTE: To make room for the new material, some summaries and code from the first edition have been moved to the companion disk.

Oracle PL/SQL Programming is divided into seven parts:

Foreword Preface

Part I: Programming in PL/SQL
1. Introduction to PL/SQL2. PL/SQL Language Fundamentals3. Effective Coding Style
Part II: PL/SQL Language Elements 4. Variables and Program Data5. Conditional and Sequential Control6. Database Interaction and Cursors7. Loops8. Exception Handlers9. Records in PL/SQL10.PL/SQL Tables Part III: Built-in Functions and Packages 11. Character Functions12. Date Functions13. Numeric, LOB, and Miscellaneous Functions14. Conversion Functions
Part IV: Modular Code 15. Procedures and Functions16. Packages17. Calling Stored PL/SQL Functions from SQL
Part V: PL/SQL Oracle8 Features 18. Object Types19. Nested Tables and VARRAYs20. Object Views21. External Procedures
Part VI: Making PL/SQL Programs Work 22. Code Design Tips23. Managing Code in the Database24. Debugging PL/SQL25. Tracing PL/SQL26. Tuning PL/SQL
Part VII: Appendixes A. What's on the Companion Disk?B. Calling Stored Procedures from PL/SQL Version 1.1C. Built-in Packages


Want to learn more information about Oracle PL/SQL Programming?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide Review

SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide
Average Reviews:

(More customer reviews)
Are you looking to buy SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide? Here is the right place to find the great deals. we can offer discounts of up to 90% on SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide ReviewThis book concentrates on using the IBM mid-range computer systems with DB2 as the database.
SQL, is usually thought of as simply a bunch of commands used to manipulate data in a database. Most books talk about the big three SQL commands of SELECT, INSERT, and UPDATE as being just about all that SQL can do.
In reality, the "L" stands for "Language" and the full fledged SQL's in the big databases are full fledged languages. Like other languages, they have logic, loops, functions, and internal variables just like other languages.
While SQL is a standard, each implementation does things just a bit differently. This small book gives a very quick overview of the standard commands like SELECT, but spends most of its pages on doing stored procedures the IBM way.SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide OverviewStored procedures and built-in functions can greatly expand the power and usefulness of SQL, but surprisingly these highly useful tools remain untapped by many programmers. For programmers who are new to the subject or those who want to expand on what they already know, this book provides a terrific introduction to the creation and use of built-in functions and stored procedures under OS/400 and i5/OS. But what are they?Built-in functions are a part of practically every programming language and can be a big boost to productivity by identifying and isolating functions that need to be executed repeatedly. SQL makes particularly good use of its built-in functions. Stored procedures are programs that can be called from within SQL—and other programming languages, such as RPG—to process entire datasets. This book will put you on the fast track to using and writing both effectively.After you learn the basics of these powerful tools, you?ll go on to explore some of the stored procedures and functions included with SQL on the iSeries as part of OS/400 and i5/OS. Author Mike Faust even explains the process of developing custom built-in functions for your own use and has included a stored procedure that can be used to create a crosstab or pivot table representation of supplied data.This book is the tool you need to boost the power of your i5/OS SQL programming skills.With SQL Built-In Functions and Stored Procedures, you will:– Discover how to perform routine maintenance functions, such as copying a file or rebuilding an existing table without losing the data in the existing table.– Learn how to build data files, modify a library list, and compile programs.– Practice using example programs that not only teach, but also make excellent additionsto any programmer's library.– Learn how to use 11 different functions, including functions to edit numeric values for print with commas, decimal points, and currency symbols; a function that returns the distance in miles between two ZIP codes; functions to convert date and currency to a text string and more.– Gain access to complete code on the Web for each function, which you can use directly in your own programs.

Want to learn more information about SQL Built-In Functions and Stored Procedures: The i5/iSeries Programmer's Guide?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Microsoft SQL Server 2008 Management and Administration Review

Microsoft SQL Server 2008 Management and Administration
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft SQL Server 2008 Management and Administration? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft SQL Server 2008 Management and Administration. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft SQL Server 2008 Management and Administration ReviewProduction database administrators have to know at least a little about a lot of things:
* How to install or upgrade SQL Servers
* How to build clusters
* How to plan for disaster recovery and high availability
* How to do performance tuning
* How to secure and protect databases
The production role revolves around management, not creation. Sure, they do need to know T-SQL and be able to debug problem code, but the majority of their day is making the trains run on time - not designing the seats inside the train cars.
Windows administrators who are forced into the SQL Server DBA role need this same type of information. They get handed a database server to manage, often with a database from a third party vendor like Citrix or Blackberry. They have to manage the server, make sure it performs as needed, and back it up safely - but they'll never touch a line of T-SQL code that runs on the server.
Ross Mistry and Hilary Cotter's book Microsoft SQL Server 2008 Management and Administration is a great companion for production DBAs and accidental DBAs. It covers this wide variety of topics in a good depth, and leaves topics like beginning T-SQL or how to write stored procedures out to other books.Microsoft SQL Server 2008 Management and Administration OverviewIf you need to deploy, manage, or secure Microsoft SQL Server 2008, this is the complete, fast-paced, task-based reference you've been searching for. Authored by a world-class expert on SQL Server in the enterprise, this book goes far beyond the basics, taking on the complex tasks that DBAs need to make the most of Microsoft's flagship database platform. SQL Server MVP, Ross Mistry presents proven techniques for SQL Server 2008 installation, upgrades, backup/restore, data transfer, indexing, high availability, security, and much more. He draws on extensive testing in high-profile production environments to offer step-by-step solutions and powerful tips you won't find anywhere else. Every chapter begins with a section identifying SQL Server 2008's most significant new improvements, and concludes with a convenient summary of best practices. Each chapter also outlines the benefits of leveraging Windows Server 2008.

Understand how to:
Master DBA tips, tricks, and best practices proven in actual enterprise environments

Want to learn more information about Microsoft SQL Server 2008 Management and Administration?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Oracle Database 11g SQL (Osborne ORACLE Press Series) Review

Oracle Database 11g SQL (Osborne ORACLE Press Series)
Average Reviews:

(More customer reviews)
Are you looking to buy Oracle Database 11g SQL (Osborne ORACLE Press Series)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Oracle Database 11g SQL (Osborne ORACLE Press Series). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Oracle Database 11g SQL (Osborne ORACLE Press Series) ReviewI'm an experienced Oracle developer and I use this book all the time. I have several books on SQL, and this book is by far the best. It has good examples. I highly recommend it.Oracle Database 11g SQL (Osborne ORACLE Press Series) Overview
Write powerful SQL statements and PL/SQL programs

Learn to access Oracle databases through SQL statements and construct PL/SQL programs with guidance from Oracle expert, Jason Price. Published by Oracle Press, Oracle Database 11g SQL explains how to retrieve and modify database information, use SQL Plus and SQL Developer, work with database objects, write PL/SQL programs, and much more. Inside, you'll find in-depth coverage of the very latest SQL features and tools, performance optimization techniques, advanced queries, Java support, and XML. This book contains everything you need to master SQL.

Explore SQL Plus and SQL Developer

Want to learn more information about Oracle Database 11g SQL (Osborne ORACLE Press Series)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series) Review

Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series)
Average Reviews:

(More customer reviews)
Are you looking to buy Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series) ReviewThis is one of the best technical books I have read. It makes PL/SQL easy to learn for the beginners and it is so detailed that very experienced users will find it extremely useful. It covers the usage of PL/SQL with many different types of applications such as JAVA, XML, PHP, etc. I have recommended very few language books in my time, because, I have found them to be written with the writer's logic as to how the writer thinks the code would be better executed. However this is the first book that I have seen that is written logically based on how the language would be better used to efficiently interact with the database. In short, I give this book my highest recommendation. I would like to congratulate Michael on writing such a great book.Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series) OverviewDesign Feature-Rich PL/SQL Applications
Deliver dynamic, client/server PL/SQL applications with expert guidance from an Oracle programming professional. With full coverage of the latest features and tools, Oracle Database 11g PL/SQL Programming lays out each topic alongside detailed explanations, cut-and-paste syntax examples, and real-world case studies. Access and modify database information, construct powerful PL/SQL statements, execute effective queries, and deploy bulletproof security. You'll also learn how to implement C, C++, and Java procedures, Web-enable your database, cut development time, and optimize performance.

Create, debug, and manage Oracle-driven PL/SQL programs

Want to learn more information about Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET Review

Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL and .NET
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET ReviewThis book contains much useful information on SQL Server 2005 T-SQL enhancements, but it regularly employs functions and constructs in its examples that are only explained in later passages. Specifically, when attempting to absorb a new concept by examining a code example, you must also contend with looking up items which have not yet been covered. This is a mild stumbling block but it hurts the flow of the book.
Also, the practice database (Asset5) did not attach properly (on my SQL Server 2005 STD edition install regarding appropriate permissions to modify objects) and the most direct workaround was: (1) To use the included, but unreferenced script to initialize the database and all its objects using a "new name" for the database (2) Attach the original database - Asset5 (3) Use the data import feature to populate the "new name" database tables (4) Drop the attached database Asset5 (5) Rename the "new name" database to Asset5. I did first attempt to modify the permissions associated with the login I was using - unsuccessfully...
By way of comparison I am using Oracle Press' "Oracle 9i The Complete Reference" by Koch and Loney as a standard of clarity and conceptual organization for PL-SQL. It is on this basis that I assign this book 3 stars, but admit that I have yet to discover a better book for advanced T-SQL topics. Please feel free to forward me better titles.
As an aside, Murach's SQL for SQL Server is the best introductory text I have found for T-SQL.
Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET Overview
Create and Use Stored Procedures for Optimal Database Performance

Develop complex stored procedures to retrieve, manipulate, update, and delete data. Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET identifies and describes the key concepts, techniques, and best practices you need to master in order to take full advantage of stored procedures using SQL Server's native Transact-SQL and .NET CLR languages. You'll learn to incorporate effective Transact-SQL stored procedures into client or middleware code, and produce CLR methods that will be compiled into CLR stored procedures. This is a must-have resource for all SQL Server 2005 developers.

Essential Skills for Database Professionals
Group and execute T-SQL statements using batches, scripts, and transactionsCreate user-defined, system, extended, temporary, global temporary, and remote stored procedures Develop and manage stored procedures using C# and Visual Basic .NETImplement database access using ADO.NETCreate CLR user-defined functions and triggersImplement reliable debugging and error handling techniques and security measuresManage source code in a repository such as Visual SourceSafeCreate stored procedures for web search enginesUse system and extended stored procedures to interact with the SQL Server environment




Want to learn more information about Microsoft SQL Server 2005 Stored Procedure Programming in T-SQL & .NET?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series) Review

Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series)
Average Reviews:

(More customer reviews)
Are you looking to buy Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series) ReviewStart with this book is comprehensive, detailed and enthusiastic. However they started off on the wrong foot with the misleading image that shows a cover for Oracle Application express but then the book arrives with the old cover Easy Oracle HTML DB. OK I forgive them the marketing fluff but my suspicions are raised.
As I use this book I discover the scripts have syntax errors(i.e. wrong table names, etc) and in many cases the book refers to the wrong objects in step by step exercises. Or they miss a step or ask you to do something you haven't been shown yet. Then there are times when they tell you to do things that are just plain confusing/illogical, ie. page 98 they tell me to use a date mask on the unit price (which, by the way, they sent me to the wrong table to locate on p96). I tried following their instructions to the letter, tried applying some intelligence by using a date column instead. Bottom line I could not get what they were trying to teach me to work. They failed again 2 pages later on the use of shortcuts. It did not work... (at least in my humble experience). These flaws mean I lose the point of what they are trying to teach me because I am struggling to discern their intent.
I read other reviews that stated the book was an easy read. While the language is friendly and down to earth, this is not a book that you just curl up with. I tried, even took it with me on jury duty! I tried to curl up on the couch with it but found I needed to be at a machine trying the things it was listing. Then I would get frustrated because the steps would not work.
Some parts of this book are great, they work and they get you moving on using application express. But be prepared for some serious stumbles along the way.Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series) OverviewBy removing the guesswork from Oracle HTML manipulation, this book shows working examples of complex HTML-DBA database access and techniques for creating easy HTML-DB applications. All HTML-DB concepts are described, and working examples of each HTML-DB feature are provided. Examples of HTML-DB data access and document formatting, information on how to update Oracle HTML-DB, and methods of customizing applications with Themes and CSS are also included.

Want to learn more information about Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE (Easy Oracle Series)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

The Guru's Guide to Transact-SQL Review

The Guru's Guide to Transact-SQL
Average Reviews:

(More customer reviews)
Are you looking to buy The Guru's Guide to Transact-SQL? Here is the right place to find the great deals. we can offer discounts of up to 90% on The Guru's Guide to Transact-SQL. Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

The Guru's Guide to Transact-SQL ReviewAh, where to begin. This book is a masterpiece. It is over the top. It distills, in one volume, all that's worth knowing about advanced Transact-SQL. If you've read the Books Online, this book is a natural next step in your T-SQL education. It took me from a rank amateur to an advanced coder within days. It gave me insights into new ways of coding that I'd never have thought of on my own. It showed me how to work in harmony with T-SQL and SQL Server, rather than try to get them to do things they weren't designed to do.
The best chapters, are, IMHO, these:
- DML Insights
- DDL Insights
- The Mighty SELECT
- Statistical Functions
- Transactions
- Cursors
- Sets
- Arrays
- Stored Procedures and Triggers
- T-SQL Performance Tuning
- Administrative T-SQL
- OLE Automation
- Undocumented T-SQL
There's so much good info in this book, it's hard to pick a list of the "best chapters." To be sure, there's not a weak chapter in the book, and you should read every last one of them.
[...] This book is a must-read for anyone serious about coding in Transact-SQL.The Guru's Guide to Transact-SQL OverviewSince its introduction over a decade ago, the Microsoft SQL Server query language, Transact-SQL, has become increasingly popular and more powerful. The current version sports such advanced features as OLE Automation support, cross-platform querying facilities, and full-text search management. This book is the consummate guide to Microsoft Transact-SQL. From data type nuances to complex statistical computations to the bevy of undocumented features in the language, The Guru's Guide to Transact-SQL imparts the knowledge you need to become a virtuoso of the language as quickly as possible. In this book, you will find the information, explanations, and advice you need to master Transact-SQL and develop the best possible Transact-SQL code. Some 600 code examples not only illustrate important concepts and best practices, but also provide working Transact-SQL code that can be incorporated into your own real-world DBMS applications. Your journey begins with an introduction explaining language fundamentals such as database and table creation, inserting and updating data, queries, joins, data presentation, and managing transactions. Moving on to more advanced topics, the journey continues with in-depth coverage of: Transact-SQL performance tuning using tools such as Query Analyzer and Performance Monitor Nuances of the various T-SQL data types Complex statistical calculations such as medians, modes, and sliding aggregates Run, sequence, and series identification and interrogation Advanced Data Definition Language (DDL) and Data Management Language (DML) techniques Stored procedure and trigger best practices and coding methods Transaction management Optimal cursor use and caveats to look out for Full-text search Hierarchies and arrays Administrative Transact-SQL OLE Automation More than 100 undocumented commands and language features, including numerous unpublished DBCC command verbs, trace flags, stored procedures, and functions Comprehensive, written in understandable terms, and full of practical information and examples, The Guru's Guide to Transact-SQL is an indispensable reference for anyone working with this database development language. The accompanying CD-ROM includes the complete set of code examples found in the book as well as a SQL programming environment that will speed the development of your own top-notch Transact-SQL code.

Want to learn more information about The Guru's Guide to Transact-SQL?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...

Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide) Review

Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide)
Average Reviews:

(More customer reviews)
Are you looking to buy Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide). Check out the link below:

>> Click Here to See Compare Prices and Get the Best Offers

Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide) ReviewThere are always 2-3 books every developer has in their area of expertise and if you're using PL/SQL, the Feuerstein book is one of them.
I'm not sure how much someone can get out of it if they never did work coding before and you're trying to learn it but I can think of many many times I needed an example for a specific problem and the book had a great example of how to do it.
Also I warn people to be careful because especially for the later chapters, they evolve to the answer to the problem and the cognitive method for this book is to follow along to the end to see how it got there - I think to some of the reviewers this is verbose but this really sinks the PL/SQL concept into your brain effectively and in my experience it's clearly worthwhile. I'm amazed (as always) how clear the evolution is if you take the time to follow it.
I might also add if you're not doing PL/SQL for work but trying to learn it, the evolution might not make sense it's very obvious to me the author has hard core real experience to approach the topics the way he does it.
For people in the field, I'd even say if you're a brand new developer on a job or programmed in something else and are approaching PL/SQL for the first time, the examples are more than clear enough and the opening chapters cover relatively universal and simple concepts so I believe the book is extremely beneficial for beginners as well as very advanced PL/SQL developers.Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide) Overview
This book is the definitive reference on PL/SQL, considered throughout the database community to be the best Oracle programming book available. Like its predecessors, this fifth edition of Oracle PL/SQL Programming covers language fundamentals, advanced coding techniques, and best practices for using Oracle's powerful procedural language. Thoroughly updated for Oracle Database 11g Release 2, this edition reveals new PL/SQL features and provides extensive code samples, ranging from simple examples to complex and complete applications, in the book and on the companion website. This indispensable reference for both novices and experienced Oracle programmers will help you:



Get PL/SQL programs up and running quickly, with clear instructions for executing, tracing, testing, debugging, and managing PL/SQL code
Optimize PL/SQL performance with the aid of a brand-new chapter in the fifth edition
Explore datatypes, conditional and sequential control statements, loops, exception handling, security features, globalization and localization issues, and the PL/SQL architecture
Understand and use new Oracle Database 11g features, including the edition-based redefinition capability, the function result cache, the new CONTINUE statement, fine-grained dependency tracking, sequences in PL/SQL expressions, supertype invocation from subtypes, and enhancements to native compilation, triggers, and dynamic SQL
Use new Oracle Database 11g tools and techniques such as PL/Scope, the PL/SQL hierarchical profiler, and the SecureFiles technology for large objects
Build modular PL/SQL applications using procedures, functions, triggers, and packages


Want to learn more information about Oracle PL/SQL Programming: Covers Versions Through Oracle Database 11g Release 2 (Animal Guide)?

>> Click Here to See All Customer Reviews & Ratings Now
Read More...