Databases Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250


A must-haveReview Date: 2006-06-19
Great instructional bookReview Date: 2007-09-12
A great readReview Date: 2006-06-30
Great Book, Easy ReadReview Date: 2008-01-17
A Database Design and Optimization "must-have"....Review Date: 2006-08-13

Used price: $29.81

An excellent T-SQL guide...Review Date: 2007-06-20
Essential Tool for SQL Developers and AdministatorsReview Date: 2007-06-24
I would highly recommend this book as a reference and guide book for t-sql developers, dba's and development professionals
Indispensable book for T-SQL ProgrammersReview Date: 2007-06-15
a great book!Review Date: 2007-06-11
The chapter on encryption is excellent and worth the price of the book by itself.
A book for every developer working with T-SQL - Review of Database Administrator SQLAuthority.comReview Date: 2007-09-14
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)

Used price: $31.77

Points from everywhere to everyoneReview Date: 2008-09-20
At the beginning, it appears like a copy of a specific book that has been a best-seller of this genre (unfortunately, I read that book; Competing on Analytics: The New Science of Winning). But little after going through the chapters - and passing my little disappointment - the reader finds that it is basically a summary of - maybe - all the major and must-read books of the genre in one place. Starting from strategic view and management (Business Intelligence Competency Centers: A Team Approach to Maximizing Competitive Advantage) to technical points (DWH lifecycle) to even famous articles and references to websites and online standards.
The authors clearly read (and most probably applied what in) each of these books and then said "why not put everything together in one place so everything will be understood". But while doing so, they actually pieced it together and produced a solid, actionable work, which is of their own.
To me, it was like a crash course in every area of BI with stressing on management and business value. Process Engineering & Opportunity Assessment are my favorite chapters in this book. And although all books nowadays provide you with a framework here or there, I find this one's rather interesting.
It is a nice read.
A valuable contribution to the different perspectives that surround business intelligenceReview Date: 2008-08-28
The Profit Impact of Business Intelligence by Nancy Williams and Steve Williams covers a wide variety of topics, all relevant and informative. There are several highlights to the book:
* A checklist of common mistakes to avoid when building the business intelligence infrastructure,
* What to look for in the building of the business intelligence infrastructure,
* Plenty of "mini" case studies, and so forth.
In addition, there is a brief section on the early dawn of information systems, beginning with simple cost accounting and going to the balanced scorecard. Another interesting feature is the discussion of the maturity model of business intelligence.
Another nice feature of the book is the sprinkling throughout of pithy words and contributions from notables such as Michael Porter, Peter Drucker, Gordon Moore and others.
The Profit Impact of Business Intelligence is an easy read that is full of good information. This book belongs on the desk of the business manager charged with building and operating the business intelligence infrastructure. This book represents a valuable contribution to the different perspectives that surround business intelligence.
Review Submitted by Bill Inmon
Profit Impact of Business IntelligenceReview Date: 2008-05-07
The Profit Impact of Business IntelligenceReview Date: 2007-07-30
The book follows a practical approach and is organized in building blocks to enable an increased maturing view of this key competitive advantage.
Part 1 "Identifying and Leveraging BI-Driven Profit Opportunities" consists of chapters 1-3, provides introductory terms, the business case for BI, and key barriers, risks designed for a broad audience.
Part 2 "Creating the BI Asset" consists of chapters 4-6, introduces their BI Pathway Method that aligns strategy, drivers, and objectives with detailed information requirements and IT architecture. It outlines a BI maturity model addressing culture change considerations, and bridges the gap between IT and business vocabulary, often two different worlds. Finally, a prototypical technical infrastructure provides context, definition and positioning to IT assets, tools, applications and information for the business decision maker.
Part 3 "Leveraging BI for Profit Improvement" consists of chapter 7-9, describes more deeply how companies have used BI in different ways to drive profits; discusses common mistakes or pitfalls to avoid, and looks at the future of BI.
As a functionally oriented executive and business adviser, I appreciated each chapter provides key points to remember, questions to ask about your BI needs, and quizzes to test learning and comprehension.
This book is a welcome addition to the executive's library who understands the value of leveraging information for competitive advantage and value creation.
Required Reading for the BI ProfessionalReview Date: 2007-08-28
The husband-wife team skillfully make the case that a successful Business Intelligence program needs to focus on building measurable and sustainable business value through coordinated change in workflow (business process), information flow (dashboards, scorecards, "reports", etc.), and decision structure. And that a Business Intelligence Program needs to be considered and managed as a "portfolio" consisting of multiple individual Business Intelligence projects, each characterized by both benefit and risk.
They argue that for a BI (Business Intelligence) project to add value it needs to enhance the organization's ability to deliver greater value to its customers. Each BI project delivers some benefit, and always at some risk. Both the benefit and the risk need to be measured and managed. The existence of multiple projects gives rise to the need to manage a "portfolio" of BI projects with varying degrees of risk and reward.
They point out that BI delivers information and that information is only beneficial if the information is useful to decision-makers. That is, it reduces the uncertainty surrounding a decision. Since the only thing information can do is alter a decision, one's need for information becomes a function of the decision and the business process to which it belongs. Thus new information often presents an opportunity to make a decision more efficiently bringing about a change in the way a decision is made (the decision structure). Furthermore, data used as input to one business process often originates in another. Hence, the need to consider possible changes in more than one business process in order to achieve the expected benefit from improved decision-making capability. Many of the challenges that have led to undesirable results in the past can be traced to the inability of the organization to deal effectively with this inter-related and often required simultaneous change in decision structure and work process. This inability is most likely attributable to focusing on specific technical objectives rather than the more encompassing value-building objectives of the investment. A value-focused approach helps anticipate this impact and resolve possible conflict.
This is one book that should be within easy reach of every BI professional, team-lead, business analyst, supervisor, manager, and CIO interested in building a value oriented organization.

Used price: $0.01

BrilliantReview Date: 2001-02-11
The best for the leastReview Date: 1998-11-06
A must-have member of your programming book library!Review Date: 1998-04-03
need a web site and don't know where to start?Review Date: 1998-01-13
Best bucks I've spent in a long time.Review Date: 1999-09-17

Used price: $0.46

Very nice book on Crystal ReportsReview Date: 2002-10-25
Crystal reports 7 - made very easyReview Date: 2002-02-09
I was using Crystal Reports in less than an hour!Review Date: 1999-05-28
A Great Book for people in a hurryReview Date: 1999-06-22
Seagate Crystal Reports 7 for DummiesReview Date: 2000-03-23

Used price: $0.96

Well done...Review Date: 1998-11-22
Great bookReview Date: 1998-06-11
ExcellentReview Date: 1998-06-29
Clear, practical informationReview Date: 1999-05-26
Short, Sweet, and MeatyReview Date: 1998-07-03

Used price: $144.14

About This BookReview Date: 2008-06-11
Excelent seller!! And a wonderfull book!!Review Date: 2008-05-19
Despite the publication date of this book, it's remains very actual an usefull for most turtles enthusiastic's and grade students.
Great citationsReview Date: 2005-12-02
Great book but b/w photosReview Date: 2001-01-03
A BENCHMARK BOOKReview Date: 2005-07-17


Quick ServiceReview Date: 2008-01-18
Very useful referenceReview Date: 2003-12-15
Very easy to readReview Date: 2003-06-28
Very broad but useful bookReview Date: 2002-11-23
One of the first and best in the fieldReview Date: 2001-02-26

Used price: $23.09

Stark Raving GoodReview Date: 2008-09-03
Excellent intro to the PHP API for FilemakerReview Date: 2008-08-22
His method of breaking down code into manageable chunks with inline comments really helps you wrap your head around what would otherwise look like daunting pages of PHP code.
Experienced developers may skip the first few sections about basic Filemaker and HTML and dig right into the heart of the PHP API for filemaker. Good stuff!
PHP and FileMaker Integration - a fast and enjoyable journey!Review Date: 2008-02-03
The book is divided into four logical sections. The first section provides background information for those new to the world of Web publishing, including an introduction to HTML and PHP. After reading this section, you won't be an HTML expert, and you certainly won't be a PHP pro. But you will have a good understanding of the technologies involved in Web publishing and development, and how those technologies fit together.
The second section of the book provides a foundation for the examples that are used later on. The section includes a chapter on how to setup a FileMaker database (creating fields, working with the database, performing finds, and so on). I'm sure that the majority of readers will find this section to be unnecessary and might be tempted to skip it. However, the chapter does cover one key topic that you should take a few minutes to check out, and that is an explanation on how to setup a FileMaker account (and grant it the correct privileges) that PHP can use to connect to the database.
The second section also covers installation, deployment, and configuration of FileMaker Server, as well as the new PHP Site Assistant. Jonathan makes a recommendation -- and one that I heartily agree with -- that if you do not absolutely need your own server, then using a server provided by a Web hosting provider is an ideal solution. However, if you do have your own server, you'll find this information to be of great use.
The third section of "Web Publishing with PHP and FileMaker 9" includes what I consider to be the most valuable information in the book. This section covers the FileMaker API for PHP (often referred to as "FileMaker.php") itself, and does so using an example Web application that is developed and expanded throughout the section. The application is one that most readers will be able to associate with -- an online product catalog.
The section includes chapters on how to select, sort, and do finds against a FileMaker database using PHP. Another chapter explains how to alter FileMaker data over the Web, including the creation of new records and updates and deletions of existing records. There are also chapters on how to view, add, edit, and delete related data via PHP (which is accomplished using portals), as well as some very useful information on how to work with images (including images stored in container fields and those stored by reference using URLs).
The last chapter in the third section describes a very interesting concept: Developing a PHP application that automatically updates as the FileMaker layouts that it is built on are updated. For example, if a field is added or removed, the PHP application automatically adds and/or drops the field as well. If you are looking for an easy way to let your FileMaker users "self-manage" a PHP application, then this chapter will prove to be invaluable to you.
"Web Publishing with PHP and FileMaker 9" covers a lot of ground, and does so in a way that makes it a fast and enjoyable journey. Jonathan's writing style and "voice" make it easy to follow along with the material. His expert knowledge of PHP and FileMaker is apparent, and he does a great job of sharing that knowledge in the book.
If you are looking for a good book on PHP and FileMaker integration -- whether you are new to the topic or consider yourself to be a pro -- then I highly recommend picking up a copy of "Web Publishing with PHP and FileMaker 9."
Conciso y bien explicadoReview Date: 2008-08-09
El libro es un excelente prefacio a PHP, y Filemaker desde cero, y llega hasta la configuración de servidores, que pareciera ser un proceso exclusivamente administrativo.
Clear, precise and even fun.Review Date: 2007-11-29
THE BEST BOOK to get for Filemaker web publishing.
As a "non-programmer" who has struggled in the past trying to bring a database to the web,
I found the examples in this book easy to follow and understand.
It definately took me to the next level.

Used price: $8.92

An excellent book. A worth-while buy.Review Date: 2003-05-19
Excellent book for a understanding Web ServersReview Date: 1998-04-17
Excellent Soup-to-Nuts ReferenceReview Date: 2001-03-30
Clear as it should beReview Date: 2001-08-19
great bookReview Date: 1999-05-29
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
This updated version should be a staple on any database developer or administrator's bookshelf. There is a solid discussion of design, securing the database (new encryption capabilities of 2005) and much more. But these aren't the reasons why you should own this book. It is as much a "how-to" book as it is a "what-to" book. You get real advice, not just screenshots and step-by-step examples. I wish more books were written this way, as technical knowledge without a procedural "framework" is a recipe for disaster.
Do yourself a favor and make the investment. Personally I know that any custom database design course I teach from this point on will include this book as reference for my students.