Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts

Professional LINQ (Programmer to Programmer) Review

Professional LINQ (Programmer to Programmer)
Average Reviews:

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

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

Professional LINQ (Programmer to Programmer) ReviewAlthough it is a bit dry and dictionaryesque at times, kudos to Scott Klein on writing a solid book on LINQ and providing a lot of detail as to the specifics.
However, the editing of the book is absolutely terrible, particularly for one in the Wrox P2P series. There are numerous typos throughout the book, as well as areas where the content is simply wrong. For example, in one area (page 77), he describes a LINQ query as grouping by the last name, then displaying the first and middle names concatenated together, when in reality the code is grouping by the FIRST name and concatenating the middle and last together.
This might sound like I am nit-picking. However, when covering a topic like this where there are new and non-intuitive items (such as method syntax and lambda expressions) being discussed, it is critically important that the description of the example actually matches the example. Considering that the book rarely lists the syntax format itself, mismatches can lead to "learning" incorrect information.
Were the editing better, I would give this a solid 4 out of 5 stars.
Oh, on another note.. Be aware that this book was based on Beta releases.. Things have changed a little bit.Professional LINQ (Programmer to Programmer) OverviewProfessional LINQ introduces experienced programmers and database developers to LINQ database queries in their native VB and C# languages. Some of the topics covered include:
LINQ Queries
LINQ and the Standard Query Operators
Programming with XLinq
Querying XML with XLinq
Mixing XML and other data models
DLinq and Queries
LINQ over datasets
Interoperating with ADO.NET
LINQ and ASP.NET


Want to learn more information about Professional LINQ (Programmer to Programmer)?

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

Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference Review

Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference
Average Reviews:

(More customer reviews)
Are you looking to buy Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference? Here is the right place to find the great deals. we can offer discounts of up to 90% on Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference. Check out the link below:

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

Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference ReviewI bought this book on the basis of the glowing recommendations here. As I have a number of servers to tune which execute some extremely complex SQL, and I need to be able to look inside with Perfmon and the profiler, I thought this book would be very useful. I particularly wanted help with sysmon.
This book gave me virtually nothing. Its coverage of tuning was shallow, information was repeated unnecessarily, text was copied almost verbatim from BOL, and it provided little or nothing that couldn't be found elsewhere and easily.
It tries to cover everything at the cost of giving real value. For example it provides 15 pages on data warehousing of which 12 are a description of data warehousing so cursory that if you don't know the subject you'll only be confused, and 3 pages on actual tuning which basically say that you should find out whether the bottleneck is CPU/disk/memory then add more CPU/disk/memory respectively.
Sizing and capacity planning are introduced with seven equations without justification. Okay, but completions C is given as the number of transactions that were completed during the observation period, but on the facing page C = 96 seconds [sic]. Did anyone proof-read this? With these and numerous other oddities (trunc. log on chkpt on SQL2000?) I don't know what I can trust.
The mathematics for this section is done and finished in 6 pages.
I was particularly looking for a comprehensive description of sysmon counters. Other than a quick rundown of the obvious ones there's a long list in the appendix of others, including such gems as "lock blocks allocated: the total number of allocated lock blocks". The whole point of buying this book was to find out how to use them, or indeed what they mean (Skipped Ghosted Records/Sec - means what?); merely giving me a list of them is redundant. This was the biggest letdown for me - I need this info!
There are other important omissions. I have spent literally weeks identifying and working round failures in the query plan optimiser. This serious issue is not properly addressed except for a chapter introducing query hints. A taxonomy of optimiser failures and ways of tackling each type might save others from the headaches I've had. Optimiser hints do not always suffice.
The book is rated on the back for user levels IT Implementer and Corporate Developer. That is far too generous.Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference Overview
Performance tuning a relational database can be engaging yet frustrating, and this guide gives you the practical information you need to configure and tune a Microsoft® SQL Server™ 2000 database for better, faster, more scalable solutions. The authors start with the basics and build upon them to teach the mechanics of performance tuning and how they affect the whole system. This book also shows how to optimize for the underlying operating system and hardware. It's the only book of its kind coauthored by engineers who have worked in the SQL Server performance group.

Expert instruction helps you understand these topics:

THE BASICS:

Architectural fundamentals that affect tuning
I/O tuning and RAID storage considerations
How to tune hardware, database layout, and configuration parameters
Feature enhancements for better ease-of-use, performance, manageability, and reliability.

SERVER TUNING:

How to use the Microsoft Windows® 2000 System Monitor and the SQL Server Profiler to shorten transaction response times.

SIZING AND CAPACITY PLANNING:

How to model software and hardware usage to predict resource consumption and conduct preconfiguration planning, and how to perform what-if scenarios about workload growth to avoid slow response times.

CONFIGURING AND TUNING:

How to tune online transaction processing (OLTP) systems, data warehouses, and replicated systems.
How to set up your system for high-performance backup and recovery.

TUNING SQL STATEMENTS:

How to get optimal performance by using Query Analyzer and Profiler to tune SQL statements and stored procedures.
How to take advantage of indexes and hints.


Want to learn more information about Microsoft® SQL Server 2000(TM) Performance Tuning Technical Reference?

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

Expert Oracle PL/SQL (Osborne ORACLE Press Series) Review

Expert Oracle PL/SQL (Osborne ORACLE Press Series)
Average Reviews:

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

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

Expert Oracle PL/SQL (Osborne ORACLE Press Series) ReviewNote the word Expert in the title of this book. This is not where you would turn to learn how to write a simple SELECT statement. This book presumes that you have a basic fundamental knowledge of how Oracle and SQL work together. The emphasis here is on the lessor used features, the newest additions to 10g Release 2, in short the information beyond what the basic programmer knowledge that helps to define the expert.
In addition to the standard programming tips, this book goes beyond the basics to look at what the database itself is doing. With more knowledge here, you can better understand what the database itself is doing when it is working on your SQL statements.
Although virtually all databases now use SQL as their basic programming language, each of the big database programs has additions or differences that make that particular version of SQL just a bit different from others. In this book, the authors concentrate on those special features as implemented by Oracle.Expert Oracle PL/SQL (Osborne ORACLE Press Series) OverviewExperienced PL/SQL programmers and Oracle developers will learn to master Oracle's procedural extension to industry-standard SQL. Using this authoritative resource, readers will become experts at developing robust, high-performance enterprise applications with PL/SQL. Detailed examples describe the practical aspect of each feature, and provide ideas to the reader of how they can best exploit the functionality.

Want to learn more information about Expert Oracle PL/SQL (Osborne ORACLE Press Series)?

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

Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice) Review

Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice)
Average Reviews:

(More customer reviews)
Are you looking to buy Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice). Check out the link below:

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

Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice) ReviewI've been looking around for a book that covers the full & released version of SQL Server 2005 and this is the only one I've found so far. All of the other books appear to be based on beta versions. Something to keep in mind.
The author tackles the subject of the book in a detailed yet concise manner and this makes for an interesting read. I would definitely recommend this to people migrating to SQL Server, people new to the system, and people upgrading to the latest version.
As with any book, there are the odd few flaws in the book and some of the code can be hard to understand, but these are only small issues and certainly wouldn't devalue the book in my opinion.Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice) OverviewSQL Server 2005 is the next generation of the SQL Server database. It is the number one relational database for the Windows platform and represents a great leap forward for SQL server developers in terms of programming options, productivity, database management, and analysis. So if you have some basic knowledge of relational databases, and are looking to start a development career using SQL Server, then this book is the ideal first step.Assuming no prior knowledge of SQL Server, it teaches a database novice the core jobs and roles involved in developing for a SQL Server database for the SQL Server 2000 and 2005. It comes with a free CD containing an evaluation edition of SQL Server 2005 that you can install and then use to work through all of the tutorials, which cover:- SQL for querying, inserting, updating, and deleting data- How to build a complete databases, from fundamentals of relational database design, to creating tables, relationships, indexes, and so on- Coverage of how to back up and restore databases to get you started with basic database administration in SQL Server- How to program in T-SQL, SQL Server's implementation (and extension) of the SQL programming language- Effective programming techniques using stored procedures and triggersThis book also provides practical advice, answers typical questions that you'll encounter from managers and DBAs, and offers practical steps to overcome issues with which beginners traditionally struggle. At every stage, it establishes a range of tried-and-tested practices and techniques that mark you out as a competent developer from the very start.

Want to learn more information about Beginning SQL Server 2005 for Developers: From Novice to Professional (Expert's Voice)?

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

Expert MySQL (Expert's Voice in Open Source) Review

Expert MySQL (Expert's Voice in Open Source)
Average Reviews:

(More customer reviews)
Are you looking to buy Expert MySQL (Expert's Voice in Open Source)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Expert MySQL (Expert's Voice in Open Source). Check out the link below:

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

Expert MySQL (Expert's Voice in Open Source) ReviewExpert MySQL starts with a section on the anatomy of a database system including the common types of systems. This is often missing in database books and a very important part to understand if you going to use one to its fullest potential. Other sections include one on the source code and one on extending and debugging MySQL. The author devotes a chapter to embedded MySQL including building embedded MySQL applications as well as one on adding functions and commands. The third and final part of the book covers advanced database internals and includes a good section on query optimization.
Throughout Expert MySQL the author has included notes embedded with the text, sidebars offset by a different shading, and other notes, diagrams, and illustrations as appropriate to help the reader understand the text. There are also plenty of coding examples. My book had some printing problems towards the back with pages that had a vertical black line running down the center of the page. This sort of problem is highly unusual with Apress but occurred in my copy nonetheless. Chapters 10, 11 and 12 have exercises at the end to help ensure that you understand the concepts. The answers to the questions are included in the appendix.
This is not really the best book for the person new to MySQL but is more appropriate to the person who understands MySQL and wants to extend its functionality into new areas. Expert MySQL is recommended to those people who want to learn how to modify and extend MySQL.Expert MySQL (Expert's Voice in Open Source) Overview
Since the enormous number of features made available with MySQL release 5.0, MySQL has been gaining steam as a viable alternative to database behemoths like Oracle and IBM DB2. MySQL users now have the ability to extend MySQL with new SQL commands, optimize query execution, and embed MySQL within low-resource environments like embedded devices and kiosks.

Expert MySQL, by Dr. Charles A. Bell, is the first book to examine these opportunities in detail, showing you how to wield maximum control over this powerful open source database. You'll learn how to create your own custom storage handlers, ensuring maximum flexibility and speed within your specialized applications. You'll also gain valuable insight into MySQLs architecture and learn how to tweak its behavior through custom changes to the source code.


Want to learn more information about Expert MySQL (Expert's Voice in Open Source)?

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

MySQL Admin Cookbook Review

MySQL Admin Cookbook
Average Reviews:

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

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

MySQL Admin Cookbook ReviewThis book is a great first attempt at a book that has been needed for a long time. It covers the everyday practical parts of managing a MySQL server.
I have been hungry for this book for a long time. Most books about MySQL focus on the SQL language and give you long chapters on how to form complex queries. Or, they dive deep into MySQL commands command and the use of my.cnf. I have a bookshelf full of these books. None have given me help making backups on-the-fly without interrupting customer services or preventing mysqldump from failing with error 2013. This book, "MySQL Admin Cookbook", covers everyday issues database administrators (DBA) face.
I'm calling it a "first attempt" because you'll get a taste of the practical side but the authors don't give you all the tools. It covers transferring connections settings between different machines with a network share. Good. It doesn't talk enough about the tools every MySQL DBA know, like MaatKit, openarkkit, mycheckpoint, mysqltuner and so many more.
Another example, Chapter 5 covers the common details for loading large data sets using the LOAD DATA INFILE command. Common. But it doesn't talk about how you can replace a CSV or MyIsam files directly with tools like mysql-replace-tables-live.
If you are NOT a DBA and MySQL is something you're using, I FULLY recommend this book. If you are a DBA, unless your new, you will find most of this book covers things you have already learned on your own.
This book starts like a very good HOWTO with replication in chapter one without mentioning
the monitoring tool mk-heartbeat. By chapter six it get cooking with good tips on analyzing, monitoring and configuring your MySQL and then simmers to an ending with managing users and schemas.
I look forward to Rev2 of this book when it really gets cooking.
99 GREAT recipes? No. Everyday foods is more what it is.
MySQL Admin Cookbook OverviewThis book uses the approach of a cookbook, presenting solutions to problems in the form of recipes. Each recipe provides the reader with easy step-by-step descriptions of the actions necessary to accomplish a specific task. Example values and code samples are used throughout the recipes, which makes adaptation for individual needs easy.Administrators of all skill-levels will find step-by-step instructions for practical approaches to MySQL configuration, maintenance, and optimization topics. Each recipe uses a concrete example for easy understanding. This book is for ambitious MySQL users as well as professional data center database administrators. Beginners as well as experienced administrators will profit from this cookbook and get fresh ideas to improve their MySQL environments. Detailed background information will enable them to widen their MySQL horizon.It does not cover SQL basics, how to install MySQL servers, or how to design a relational database schema. Readers are expected to have a basic understanding of the SQL language and database concepts in general.

Want to learn more information about MySQL Admin Cookbook?

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

The Definitive Guide to MySQL 5 Review

The Definitive Guide to MySQL 5
Average Reviews:

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

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

The Definitive Guide to MySQL 5 ReviewI read and reviewed MySQL Press' MySQL Tutorial by Luke Welling and Laura Thomson two years ago. I thought Tutorial was a great, concise (267 pages including index) MySQL overview. I hoped The Definitive Guide to MySQL 5, 3rd Ed (DG, 748 pages) would extend my understanding of MySQL beyond the coverage in the Tutorial. Unfortunately, I found the Tutorial did a better job addressing important information than the DG. While there is some good information in the DG, I recommend staying with books published by MySQL Press.
The biggest problem with the DG stems from this statement on p xxvii: "No previous knowledge of SQL or database design is assumed." The first seven chapters, however, frequently direct confused newbies to chapters 8-10, where database design and SQL syntax is introduced. An author who recognizes that he is losing readers should take a hard look at the organization of his book.
DG is also far from a "definitive guide." I wanted to learn more about JOIN statements, but only 3 confusing pages (pp 197-9) cover JOINS -- compared to 7 in the much shorter Tutorial. Worse, here is how the author "introduces" the LEFT JOIN and ON statements: "One variant consists in creating a table list with LEFT JOIN and then forming the linking connection with ON." How is anyone (especially newbies) supposed to consider that informative?
I was also interested in learning about MERGE tables, since I use them in an open source project. DG has nothing to say on the subject, although the Tutorial gives at least 2 pages. The DG also makes the unfortunate decision to omit the semicolon from the end of all MySQL commands. Sure, they may not be in the SQL standard, but every single other MySQL book I've seen uses them. That is especially important for new MySQL users.
The DG also spent far too much time on areas I felt were best addressed elsewhere. I really don't care to learn how to install Apache, PHP, and Perl on various platforms. I also didn't need to read so much about integration with PHP. Other books with MySQL and PHP in the title are the right place to discuss that subject. I admit I skipped reading Part IV, on programming interfaces, along with ch 12 (GIS) and the SQL and API references (ch 21, 23).
On the positive side, I had not read anything on stored procedures or triggers before (ch 13). I also picked up some tricks on security and logging from chs 11 and 14. I learned of some new administration tools in ch 5. I still wish the author had spent more time addressing SQL syntax and explaining what it meant, and less on peripheral issues. Performance and tuning are two subjects outside of core SQL syntax that should be in the book but are not discussed thoroughly. I should note that I thought the translator for DG did a great job. I didn't notice any real rough spots that may have been the result of poor translation.
If the fourth edition of the DG receives a major overhaul, you might consider buying it. I am astounded by the number of positive reviews for this and previous editions, since I believe the DG does not address enough of the subjects that really matter to MySQL administrators.
Apress does publish many outstanding books, such as Running IPv6 or several titles on Python. I recommend checking out those works.The Definitive Guide to MySQL 5 OverviewThe Definitive Guide to MySQL 5, Third Edition is the latest revision to Michael Kofler's popular comprehensive book on the world's most popular open source database server. Updated to reflect the changes in MySQL version 5, the most significant update in the product's history, readers are exposed to MySQL's impressive array of new features including views, stored procedures, triggers, spatial data types, and more. Novice and intermediate users alike will benefit from extensive coverage of core MySQL features such as user administration, basic and advanced querying, and security. Readers are also introduced to several standard and third-party tools such as the MySQL Administrator, Query Browser, and popular PHPMyAdmin tool. Acknowledging MySQL's huge popularity when used in conjunction with APIs, Michael devotes substantial coverage talking to MySQL via languages like PHP, Perl, Java, C, and C#.

Want to learn more information about The Definitive Guide to MySQL 5?

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

PHP5 and MySQL Bible Review

PHP5 and MySQL Bible
Average Reviews:

(More customer reviews)
Are you looking to buy PHP5 and MySQL Bible? Here is the right place to find the great deals. we can offer discounts of up to 90% on PHP5 and MySQL Bible. Check out the link below:

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

PHP5 and MySQL Bible ReviewWhile I'm not finished reading it all (over 1,000 pages) I have to say that I now understand PHP and MySQL so much better than before. I previously purchased the "Visual Quickstart Guide - PHP" and "Visual Quickpro Guide - Advanced PHP" but have to say this book is so much better. It goes through everything you need to know in seperate chapters and provides text on the why's and how's of PHP. For anyone who has tried taking the advice of many and "RTFM" but has become overwhelmed, this book is great. (I'm definitly not saying forget the online manual; it is essential.)
Thank you PHP5 and MySQL Bible.PHP5 and MySQL Bible Overview
This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and MySQL 4.012, the most popular open source database engine
Explores why users need PHP and MySQL, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQL
Offers an extensive tutorial for developing applications with PHP and MySQL
Includes coverage of how to install, administer, and design MySQL databases independently of PHP; exception and error handling; debugging techniques; PostgreSQL database system; and PEAR database functions
The authors provide unique case studies of how and where to use PHP drawn from their own extensive Web experience


Want to learn more information about PHP5 and MySQL Bible?

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

Mastering Microsoft SQL Server 2005 Express Edition Review

Mastering Microsoft SQL Server 2005 Express Edition
Average Reviews:

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

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

Mastering Microsoft SQL Server 2005 Express Edition ReviewBefore I had got this book I had been reading tutorials on the internet. I wanted a single source of information so I started looking for a book. I'm just starting to get into SQL Server and I'm going to convert an Access DB into SQL Server 2005 Express.
My experience with Access was learn as you go because I needed to get the app finished asap. By the time I was done I wanted to redo the whole app again using the knowledge I'd gained through the whole process. Now I do not have time constraints and like I said I'm going to redo the Access DB in SQL Server 2005 Express, but I didn't want to make the mistake of jumping in right away and learning as I go. So I decided to read up as much as I could before starting.
After reading this book I feel I have a solid understanding of most the aspects of SQL Server 2005 Express. What I wanted most was to learn about backups and security which this book does a good job of covering. I think the strongest attribute of the book is it reads easy and fast, but has good information. The chapters are kept short so it is easy to finish each in one sitting.
I gave it four stars because to me it is a comprehensive book, but after reading it I don't believe I have "mastered" SQL Server 2005 Express. I don't think anyone could with one book. I think it gives the reader a good base knowledge on most aspects but to master them you'd have to research further.Mastering Microsoft SQL Server 2005 Express Edition OverviewA Comprehensive Guide to Microsoft's New Express Edition of its Bestselling Database ServerMicrosoft's SQL Server 2005 Express Edition is the perfect fit if you're a small business owner, trainer, or student who doesn't need all the bells and whistles of the full version of SQL Server 2005. In this comprehensive guide written by two SQL Server experts, you'll find step-by-step explanations and simplified management tools forusing SQL Server Express in smaller-scale but still mission-critical situations. With a focus on practical tasks, the book thoroughlycovers both database administration and development, smoothly moving you from beginner to advanced subjects.Coverage Includes* Understanding basic database concepts* Getting to know database types: file server, client server, relational and more* Learning Structured Query Language (SQL) and SQL Server's Transact-SQL* Creating efficient and useful databases* Writing queries and stored procedures to explore your data* Automating the administration of your databases* Developing database applications with Visual Basic(r) Express* Using SQL Server Management Studio Express* Sharing data between multiple servers* Monitoring and optimizing SQL Server ExpressFeatured on CDCD includes Microsoft(r) SQL Server Express and Visual Basic(r) Express!Leverage the Experience of Experts through Real-World ExamplesIncrease Your Own Productivity with an Entire Chapter on TroubleshootngDiscover Practical Solutions to a Database Administrator's NeedsReduce Complexity and Build Simple Data-Driven Applications

Want to learn more information about Mastering Microsoft SQL Server 2005 Express Edition?

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

Beginning DB2: From Novice to Professional (Expert's Voice) Review

Beginning DB2: From Novice to Professional (Expert's Voice)
Average Reviews:

(More customer reviews)
Are you looking to buy Beginning DB2: From Novice to Professional (Expert's Voice)? Here is the right place to find the great deals. we can offer discounts of up to 90% on Beginning DB2: From Novice to Professional (Expert's Voice). Check out the link below:

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

Beginning DB2: From Novice to Professional (Expert's Voice) ReviewGood starting point for getting up and running with DB2. Not an intensive SQL coding tome but it helps you learn how to get around using the tools that are available for developing and testing programsBeginning DB2: From Novice to Professional (Expert's Voice) OverviewBeginning DB2 with Express C Edition is about the free version of IBM's leading-edge, DB2 relational database management system. It is the only introductory DB2 book in the market to be aimed at developers who do not plan to make a career out of database administration. It is written in a friendly and easy-going style that is accessible to rank beginners.

Want to learn more information about Beginning DB2: From Novice to Professional (Expert's Voice)?

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

Pro T-SQL 2005 Programmer's Guide (Expert's Voice) Review

Pro T-SQL 2005 Programmer's Guide (Expert's Voice)
Average Reviews:

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

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

Pro T-SQL 2005 Programmer's Guide (Expert's Voice) ReviewShort Summary:
Pro T-SQL 2005 Programmer's Guide book examines SQL Server 2005 T-SQL from a developer's perspective. It covers a wide range of developer-specific topics in SQL Server 2005. This book covers many newly introduced topics in depth. This book is written as a practical and useful guide to help database developers who mainly deals with T-SQL. This book is really hit the spot with appropriate .NET code at few places where needed. This book assumes a basic knowledge of SQL but it is really easy for new beginners developers to understand and advanced developers to enjoy further reading.
Detailed Summary:
One thing I really liked about this book is that it can be either read cover to cover, or it can be used as a reference guide for one particular topic. Index of this book is extremely well organized and aids to find the right topic very quickly. Books is structure is many chapters and each chapter justifies the chapters with good details and proper amount of examples.
Each chapter has excellent advice and knowledge and filled with sample code (available online). The book is targeted specifically at SQL Server 2005 and the innovative ways to code T-SQL, new functions and commands. If is very easy to get started with this book and it immerses in comprehensive reading in no time. This book addresses many details and comparisons with T-SQL in very organized way. The examples are in very accurate and useful as well sufficient to targeted topics. This book addresses many of the real world issues with examples, discussions and solutions.
This book start with providing a brief history of T-SQL and the ANSI SQL standards. SQLCMD and SQL Server Management Studio are new tools to explore SQL Server 2005 and are covered in depth in beginning of the book. Chapters which covers Common Table Expressions (CTEs), new datatypes, operators, keywords, functions, and control of flows are really interesting and with necessary explanation. Readers of my blog are very well aware of my interests in Error handling and debugging. Interesting enough for me there is one whole chapter dedicated to that. The regular T-SQL concepts which I write a lot about Stored Procedure, Triggers and Dynamic SQL each have their own chapter. One thing many T-SQL book does not cover in depth is XML, XQuery and XPath which are properly discussed and their importance is explained properly. Last three chapter of the book which covers SQLCLR, .NET Client Programming and HTTP Endpoints requires the Microsoft .NET FrameWork 2.0, as it contains some code which are written in VB and C#.
One thing which I always liked in any database book is, use of sample database AdventureWorks. I strongly believe that all the example should be independent from previous examples and should use default database. If you have not installed default database AdventureWorks, you can get its latest location by searching in my blog SQLAuthority.com. All the script of examples are available to download online. No book is free from the errors and website for this book have errata list, which is surprisingly very small.
I will list few tips from book which interested me. This will give brief idea how good this book is.
"TABLESAMPLE always returns an approximate number of rows because of the way it samples data. The required percentage is the number of data pages SQL Server retreves in full to fulfill your TABLESAMPLE request. The number of rows returned by TABLESAMPLE will often be slightly less, or greater, than the specified amount."
"Anytime you use dynamic SQL, make sure that you take precautions against SQL injection, that is, malicious SQL Code being inserted into your SQL statements. In this instance we're using the QUOTENAME function to quote the column names being dynamically generated to help avoid SQL injection problems."
Following one example really caught my eyes while reading the book. It seems Author accurately described the situation and put his suggestion regarding syntax.
"The ANSI SQL:2003 standard includes a MERGE statement that performs the same function as the upsert type of SP. The prerelease versions of SQL Server 2005 included the MERGE statement. Though it was well-publicized during the prerelease period, the MERGE statement was unceremoniously dropped from the production version. We can only hope that Microsoft brings it back sometime in the near future."
Good news is Microsoft have included the Authors request in future version of SQL Server. SQL Server 2008 CTP 4 has included MERGE Keyword.
Rating: 4 and 1/2 stars
In Summary, A book for every developer who want to take full advantage of the power of T-SQL on SQL Server 2005.
Pinal Dave
Principal Database Administrator
(blog.sqlauthority.com)Pro T-SQL 2005 Programmer's Guide (Expert's Voice) OverviewT-SQL is the fundamental language for database programming in SQL Server 2005. All professional SQL Server users need to know it and, even more important, must understand how to use it well. The language has grown considerably since SQL Server 2000 and even experienced T-SQL programmers have many new features to master. They need a convenient single source of information and advice. This book provides that, clearly and comprehensively.Both database administrators and developers will find this highly readable, detailed description of T-SQL an eye-opening and invaluable reference for as long as they work with SQL Server 2005.

Want to learn more information about Pro T-SQL 2005 Programmer's Guide (Expert's Voice)?

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

Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition Review

Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition
Average Reviews:

(More customer reviews)
Are you looking to buy Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition? Here is the right place to find the great deals. we can offer discounts of up to 90% on Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition. Check out the link below:

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

Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition ReviewThe database used in this book is not installing and keep on giving me an error when I try to install it. book has pretty good examples to practice. But the book became useless to me as I can not practice the examples given in the book.
Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition Overview
Transform Raw Data Into Meaningful Business Intelligence with SSIS
Deploy and manage high-performance data transformation solutions across your enterprise using the step-by-step techniques in this fully revised guide. Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition explains the tools and methods necessary to extract conclusive business intelligence from disparate corporate data. Learn how to build and secure packages, load and cleanse data, establish workflow, and optimize performance. Real-world examples, detailed illustrations, and hands-on exercises are included throughout this practical resource.

Build SSIS packages using the Import and Export Wizard and Business Intelligence Development Studio
Create Loop and Task Host Containers with Control Flow Designer
Administer SSIS from SQL Server Management Studio and dutil
Secure packages using encryption, roles, signatures, and permissions
Build-in memory lookups and transformations using the Data Flow Engine
Extend functionality using custom scripts and ActiveX components
Use SCD transformations to load data warehouses and data marts
Learn to build a Star Schema and Parallel Data Warehouse
Migrate Data Transformation Services 2000 and SSIS 2005 packages


Want to learn more information about Hands-On Microsoft SQL Server 2008 Integration Services, Second Edition?

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

Portable DBA: SQL Server Review

Portable DBA: SQL Server
Average Reviews:

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

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

Portable DBA: SQL Server ReviewIf there is one book that you are considering for SQL Server Administration, this is the one to buy. Covering all the major topics of administration, this book goes above and beyond other SQL Server books for several reasons. Not only does it live up to the promise of an easy to find guide for everyday tasks, it offers the ability to read up quickly on several advanced topics and gain knowledge rapidly. Taken into consideration, are the three latest versions; SQL Server 2000, 7.0 and 6.5, detailing out differences between versions where applicable. Everything is explained clearly. The authors have done an excellent job of providing a wealth of information in short and concise content. It is very refreshing to see a book that was obviously written to be as brief possible without skimping on important details...clearly no fluff here!!!! This has two benefits to the reader, 1; information is easy to find, no time is wasted reading through frivolous content, 2; the cost is lower than those 1,000 page volumes that contain less valuable information. Hopefully this is the start of a new trend in technical books.
In just a few minutes after flipping through, and reading up on backups, I realized that I'm not backing up my production data properly, and can substantially decrease data loss risk by backing up my transaction logs regularly with the data. Also, some security concepts I had a bit of difficulty fully comprehending became clear to me as well.
Reading through this book, it is obvious the authors have extensive experience with SQL Server, as this book has many insider tips that only experts would know through practice. It is also apparent that the authors worked well together as this book reads as though one person wrote it. Definitely a must buy and well worth the cost. I wish I could give this book more than 5 stars.Portable DBA: SQL Server OverviewThis book is the ultimate field guide for every SQL ServerDBA'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.

Want to learn more information about Portable DBA: SQL Server?

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

Mastering Microsoft SQL Server 2005 Review

Mastering Microsoft SQL Server 2005
Average Reviews:

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

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

Mastering Microsoft SQL Server 2005 ReviewI like everything I have read in this book but the screenshots the authors want you to see are too small to be seen clearly. (I use a magnifying glass (no joke) to enlarge the images). I'm sure Sybex reduced them to make them fit the page. I contacted Sybex to see if the book came in a pdf version or if the images were available in a seperate format. They have not gotten back to me and I take this to mean the answer is "no".
I particularly like the chapter on Analysis Services. It took me a long time on my own to learn what they lay out in that chapter. I wish I had their book before I started down my path.
Summary: good text, hard to view images.Mastering Microsoft SQL Server 2005 OverviewThe Comprehensive Resource for SQL Server 2005 Administrators, Consultants, and Developers
Whether you're a systems administrator, database application developer, or IT consultant, you'll quickly ratchet up your knowledge of Microsoft SQL Server 2005 with this thorough and comprehensive guide. Light on theory and heavy on practicality, it cuts to the chase with real-world examples of large-scale business applications, an entire chapter on troubleshooting, and crucial information on SQL Server 2005's enhanced connectivity. For new users of Microsoft SQL Server, this book takes you quickly, but systematically, through the introductory topics.
Coverage Includes
Integrating SQL Server with .NET Framework
Understanding Service Broker, a distributed application framework
Programming with ADO.NET, the data-access component of .NET
Setting up Notification Services, which delivers personalized information to mobile devices
Using SQL Server Management Studio instead of Enterprise Manager
Designing made easier with new Business Intelligence Development Studio (BIDS)
Printing multi-page reports
Mastering Transact-SQL programming language

Leverage the Experience of Large-Scale Enterprises through Real-World Examples
Increase Your Own Productivity with an Entire Chapter on Troubleshooting
Discover What SQL Server 2005's Increased Emphasis on Connectivity Means to Your Installation
Start Developing Apps--All the Information You Need!
www.sybex.com

Want to learn more information about Mastering Microsoft SQL Server 2005?

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

MySQL Administrator's Guide and Language Reference (2nd Edition) Review

MySQL Administrator's Guide and Language Reference (2nd Edition)
Average Reviews:

(More customer reviews)
Are you looking to buy MySQL Administrator's Guide and Language Reference (2nd Edition)? Here is the right place to find the great deals. we can offer discounts of up to 90% on MySQL Administrator's Guide and Language Reference (2nd Edition). Check out the link below:

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

MySQL Administrator's Guide and Language Reference (2nd Edition) ReviewThe MySQL Administrator's Guide by MySQL Press is the ultimate reference for anyone installing, upgrading or maintaining the MySQL database server. I found this guide to be completely invaluable when using MySQL, even before I had downloaded the software. The Guide uses clear, easy to read, formatting which makes shell instructions stand out from MySQL statements. A detailed index takes no time to show you where in 600 pages your answer lies. And you can bet you'll find the answer in this Guide. Beginners beware, however, this is no introduction to MySQL. Readers should have a clear understanding of their system, along with experience of MySQL, although an insight into MySQL AB and MySQL's history is included in Chapter 1.
As I began reading through this Guide, I couldn't help notice immediately how it sets itself apart from similar books. The MySQL Admin Guide has a detail which you will not find anywhere else. Such is to be expected from the company who make the software, and this book certainly shows the high quality of MySQL. After reading through this book, I can't help but agree with Kaj Arno (Vice President Software Engineering, MySQL AB) who is quoted on the back page; "'It is not possible to find a more thorough and more current reference in print, anywhere'". One of the best example I can make of this fact is in Chapter 2 which focuses on Installing MySQL. Not only does this Guide list all the option of a source distribution, all the ins and outs of installing MySQL on all likely platforms - Windows, Mac OS X, NetWare, Linux and other general Unix systems - this guide also deals with Upgrading and Downgrading the most recent version of the MySQL database server. And of course, to ensure that the entire knowledge is in print, Perl installation notes are included too. What other book covers the often troublesome installation process in almost 150 pages of detail?
And that's only the second chapter. Throughout the book you're assured to find comprehensive information straight from the people who know it best. You may think that this book simply offers too much information, and for most people I would have to agree. It is unlikely to bother a system administrator how MySQL server optimizes the WHERE clause, or how to avoid table scans. Even if someone was interested in understanding something like this, they'd have the opportunity of looking at the MySQL Reference Manual online. So why buy the print version? The printed Guide not only allows for offline viewing, it also includes information which has not been included in the Reference Manual, such as how details are stored and the many feature of MySQL's MaxDB. If your not content with only having part of the story, you'll want to get this Guide.
The MySQL Administrator's Guide is the ideal book for system administrators who want to get the most out of their MySQL server. With all the advice on installing, maintaining and administering that you'll ever need to know, this Guide by MySQL AB is ideal for those who long for a comprehensive printed reference.MySQL Administrator's Guide and Language Reference (2nd Edition) OverviewWritten by the creators of MySQL and edited by one of the most highly respected MySQL authors, the MySQL Administrator's Guide and Language Reference is the official guide to installing MySQL, to setting up and administering MySQL databases, and to storing and retrieving data in these databases. This new edition combines into one book the MySQL Language Reference (on CD) with the practical information of the MySQL Administrator's Guide book.





Want to learn more information about MySQL Administrator's Guide and Language Reference (2nd Edition)?

>> 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...

Oracle SQL Developer 2.1 Review

Oracle SQL Developer 2.1
Average Reviews:

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

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

Oracle SQL Developer 2.1 ReviewI've been using Oracle SQL Developer I think since the very first initial betas. I could never stand the TOAD interface and the few bugs I encountered with SQL Developer were never bothersome enough to stop using the tool.
Over the years SQL Developer has matured very nicely and now is very stable and feature rich.
Oracle SQL Developer 2.1 by Sue Harper covers the latest release for SQL Developer - 2.1. This release brought a lot of stability to the project and also introduced the new Data Modeler from Oracle.
I've been skimming through the book for the last week or so. I honestly thought since I've been using SQL Developer for so long there would be very little new to me in the book but I've been pleasantly surprised and have picked up a lot of small tips that have helped me work smarter and more efficiently with SQL Developer.
The book covers quite a bit:
* Install, configure, customize, and manage your SQL Developer environment
* Includes the latest features to enhance productivity and simplify database development
* Covers reporting, testing, and debugging concepts
* Meet the new powerful Data Modeling tool - Oracle SQL Developer Data Modeler
* Detailed code examples and screenshots for easy learning
A few useful tips I've picked up since reading the book have been:
* The ability to highlight and filter data in the grids. This is really useful when you are trying to dig through some complicated data looking for very particular information.
* Using bind variables in the worksheet.
* The code formatter - cleaning up my mess!
What else does the book cover? There are chapters devoted to PL/SQL, dubugging and tuning, extending SQL Developer, source control integration (using Subversion) and a large chapter on the Data Modeler which I'm just waiting for a new project to start to begin exploring that particular tool.
If you are just getting started using SQL Developer I'd highly recommend the book. It will get you up to speed quickly and seems useful as a quick reference. If you are an experienced SQL Developer user I still think the added section on the new Data Modeler will be quite useful.Oracle SQL Developer 2.1 OverviewCovering SQL Developer fundamentals as well more intermediate and advanced topics, this book uses in-depth explanation and detailed examples to help you get the most out of Oracle SQL Developer. The book has a modular structure, so that you can dip into any chapter that covers your current area of focus and get going. This book is for Oracle developers who want to ease their database development, and enhance their productivity using Oracle SQL Developer. You should have a programming knowledge of SQL and PL/SQL, and a general familiarity with Oracle database concepts.

Want to learn more information about Oracle SQL Developer 2.1?

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

PostgreSQL 9 Admin Cookbook Review

PostgreSQL 9 Admin Cookbook
Average Reviews:

(More customer reviews)
Are you looking to buy PostgreSQL 9 Admin Cookbook? Here is the right place to find the great deals. we can offer discounts of up to 90% on PostgreSQL 9 Admin Cookbook. Check out the link below:

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

PostgreSQL 9 Admin Cookbook ReviewAs the book title suggests, it's a cookbook, but a cookbook that combines a question and answer style with a discussion style of writing. The tasks are neatly categorized into 12 chapters and each task smoothly builds on previous tasks discussed. It is still categorized in such a way that you can jump to a particular task you are currently having problems with without having read the other parts of the book.
Although it is titled PostgreSQL 9 -- it covers earlier versions as well.
This is one of those books I wish I had when training some of our customers or had early on. A lot of the questions - we are commonly asked or have stumbled on - like how to troubleshoot bad queries, how to tell what are my biggest tables, how to deal with data corruption etc, are all succinctly covered in this book.
Just to get a taste of what this book offers:
1. Chapter 1: First steps This is mostly a newbie chapter, that introduces you to PostgreSQL, guides you thru connecting to the database using commandline and PgAdmin. Some other examples of commonly used GUIs. Configuring access control, troubleshooting failed connections. It provides tips both for the Linux as well as the Windows user.
2. Chapter 2: Exploring the database starts to get into what I would call intermediate territory. It covers tasks such as determining where your database files are, how to determine disk space utilization for both whole database and individual tables. Getting quick estimate of number of rows for large tables where doing a count would be really slow. Using psql and the various system tables to determine object dependency.
3. Chapter 3: Configuration A good chapter not just for PostgreSQL users but I would say any database designer. I think this chapter holds useful nuggets for all levels of users. It covers basic considerations when planning your database and based on the needs how to configure the key PostgreSQL configuration settings by server, user, and database. It had tricks like how to determine which parameters are at non-default settings. I am ashamed to admit, that I learned a lot from this chapter. Stuff I really should have known before. My only lame excuse is that PostgeSQL has always worked so well, that I never had a need to delve into these nuances.
4. Chapter 4: Server Control - A very intermediate chapter slowly getting into more nuances. It covers connection pooling, viciously and not so viciously kicking users off, gracefully shutting down, using schemas to partition data. Again a lot of stuff here I didn't know so will have to reread when I find myself in these situations.
5. Chapter 5: Tables & Data - This chapter covers general good practices for namings tables and other objects, setting up keys, finding duplicate data, deleting duplicate data, . My favorite pasttime, techniques to generate test data. It concludes with loading data from flat files and csv files. Fundamentals of using pgloader utility created by Dmitri Fountaine.
6. Chapter 6: Security Covers new GRANT management in PostgreSQL 9.0, setting up users, auditing DDL and data changes, integrating with LDAP, using SSL, ensuring secure passwords, and encrypting data with pgcrypto.
7. Chapter 7: Database Administration - starts getting a bit into creating functions using plpgsql, plproxy. Running SQL scripts in parallel. Fundamentals of PostgreSQL DDL such as creating schemas, tablespaces and setting new configuration options for those introduced in 9.0. Moving objects to different schemas and tablespaces.
8. Chapter 8: Monitoring and Diagnosis - covers how to catch blocking queries, query monitoring. Using pgFouine for log processing and alerting you of issues. The thing I most enjoyed about this chapter were the cut and paste queries utilizing various PostgreSQL system tables to track down issues.
9. Chapter 9: Regular Maintenance - this topic is normally a very dry one,at least for me. It covers fundamentals you should know, like backup,recovery testing, reclaiming space, transaction wrap around (less of an issue with newer versions of PostgreSQL), but that puts a narcoleptic like me into a comatose state. I awoke when reading the topic of Carefully removing unwanted indexes. It shows you how to turn indexes off without removing them so you can see if they are really useful. I've really got to try this one out.
10. Chapter 10: Performance & Concurrency - My favorite chapter. Can't get enough of this stuff. Just read it. You'll learn a lot regardless your walk of life.
11. Chapter 11: Backup & Recovery - Covers using PostgreSQL specific tools such as pg_dump and other tools such as rman and rsynch for doing differential backups.
12. Chapter 12: Replication and Upgrades - It covers replication terminology, the new 9.0 streaming replication, hot standby as well as longtime favorites like Londiste, Slony-2.0 and load balancing with pgpool, and using pg_upgrade.
PostgreSQL 9 Admin Cookbook OverviewWritten in the cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for administrators and developers to manage databases on PostgreSQL. The book is designed in such a way that you can read it chapter by chapter or refer to recipes in no particular order. This book is for Sysadmins, Database Administrators, Architects, Developers, and anyone with an interest in planning for or running live production databases. This book is most suited to those who have some technical experience.

Want to learn more information about PostgreSQL 9 Admin Cookbook?

>> 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...

Inside Microsoft SQL Server 2005: T-SQL Programming (Solid Quality Learning) Review

Inside Microsoft SQL Server 2005: T-SQL Programming (Solid Quality Learning)
Average Reviews:

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

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

Inside Microsoft SQL Server 2005: T-SQL Programming (Solid Quality Learning) ReviewFirstly, this is not a book for beginners or those new to T-SQL, this is targetted more towards intermediate/advanced programmers. If you're new then look at T-SQL Querying.
The level of knowledge and detail that Itzik, Dejan and Roger have and portray in this book is awesome. Do you want to know how SQL Server 2005 internally stores date/time values and what the pitfalls are that you might run into when programming against date/time values (one of the most common problems facing SQL programmers), this book has the answer.
With chapters on Stores Procedures, Transactions, temporary tables, views, the service broker and more.
Each chapter has excellent advice and knowledge and filled with sample code (available online). The book is targetted specifically at SQL Server 2005 and the new ways it handles things, new functions and commands.
My only concern and a slight one at that is that with the amount of information the authors are trying to portray in 500 pages, sometimes the reading is heavy.
An invaluable book for SQL Server 2005 programmers.Inside Microsoft SQL Server 2005: T-SQL Programming (Solid Quality Learning) Overview
Get a detailed look at the internal architecture of T-SQL with this comprehensive programming reference. Database developers and administrators get best practices, expert techniques, and code samples to master the intricacies of the programming language—solving complex problems with real-world solutions.

Discover how to:

Understand when to apply set-based programming techniques
Design and implement date and time-related XML and CLR datatypes
Use temporary objects, including temporary tables, table variables, and table expressions
Work with T-SQL and CLR user-defined functions, stored procedures, and triggers
Support user input-based queries and variable data with dynamic execution
Work with transactions and new exception handling constructs
Apply a concurrency model to support simultaneous users
Use Service Broker for controlled asynchronous processing in database applications This book includes code samples on the Web.


Want to learn more information about Inside Microsoft SQL Server 2005: T-SQL Programming (Solid Quality Learning)?

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