Computer Programming

Google

General

Programming
APIs and Operating Environments
Extensible Languages
Graphics and Multimedia
Languages and Tools
Software Design
Web Programming

Languages

ADA
ASP
Assembler
Basic
C#
C and C++
CGI
COBOL
Delphi
Eiffel
Forth
Fortran
HTML
Java
Javascript
LISP
Logo
Modula 2
Pascal
Perl
PHP
PL/I
Postscript
Prolog
Python
QBasic
REXX
Smalltalk
Visual Basic
XML

Databases

Access
Clipper
DBase
Filemaker
IBM DB2
Informix
Ingres
JDeveloper
MySQL
Oracle
Paradox
Powerbuilder
SQL

Software

Database
Development Utilities
Graphics
Linux
Programming
Programming Languages
Training & Tutorials
Web Development

HobbyDo


Search Now:

SQL BOOKS

Posted in SQL (Monday, October 13, 2008)

Written by SAS Institute. By SAS. The regular list price is $15.95. Sells new for $14.00. There are some available for $12.99.
Read more...

Purchase Information
No comments about SAS 9.1 SQL Query Window: User's Guide.



Posted in SQL (Monday, October 13, 2008)

Written by Jeffry Byrne. By Prentice Hall. The regular list price is $23.40. Sells new for $18.95. There are some available for $16.32.
Read more...

Purchase Information
No comments about Creacion de Sitios Web Con SQL Server 7.



Posted in SQL (Monday, October 13, 2008)

By Millin Publishing, Inc.. Sells new for $5.95.
Read more...

Purchase Information
No comments about Sybase say it is 1st to integrate message queuing into its DBMS. (database management system): An article from: Software Industry Report.



Posted in SQL (Monday, October 13, 2008)

Written by IBM. By IBM. There are some available for $35.00.
Read more...

Purchase Information
No comments about SQL/Data System Terminal User's Reference for VM/System Product..



Posted in SQL (Monday, October 13, 2008)

Written by J. Sanchez Navarro. By McGraw-Hill Interamericana. Sells new for $39.35.
Read more...

Purchase Information
No comments about Paradox 5.0 - Para Windows a Su Alcance.



Posted in SQL (Monday, October 13, 2008)

Written by Catapult. By McGraw-Hill Interamericana. The regular list price is $48.80. Sells new for $38.55. There are some available for $34.69.
Read more...

Purchase Information
No comments about Microsoft Access 2000 - Paso Paso.



Posted in SQL (Monday, October 13, 2008)

Written by Santiago Traveria. By Inforbooks. Sells new for $52.00.
Read more...

Purchase Information
No comments about Access 97 a Fondo.



Posted in SQL (Monday, October 13, 2008)

Written by Miguel Angel Russo and Gladys Zepesky. By Pearson Publications Company. Sells new for $9.00.
Read more...

Purchase Information
No comments about Access En Las Pymes.



Posted in SQL (Monday, October 13, 2008)

Written by Begoa Sanchez Gomez and Begob%a Sanchez Gomez. By McGraw-Hill Interamericana. The regular list price is $50.00. Sells new for $43.30. There are some available for $43.30.
Read more...

Purchase Information
No comments about Microsoft Access 2000 - Referencia Rapida Visual.



Posted in SQL (Monday, October 13, 2008)

Written by Matthew Shepker. By Sams. The regular list price is $19.99. Sells new for $3.14. There are some available for $0.01.
Read more...

Purchase Information
5 comments about Sams Teach Yourself SQL Server 7 in 24 Hours (Teach Yourself -- Hours).
  1. It only took me a few pages of reading this book to realize that I was holding in my hands a potential energy source if the power grid shuts down on January 1, 2000. If the lights go out, this book is firewood.

    Without a doubt, "Teach Yourself SQL Server 7 in 24 Hours" is one of the most poorly written, badly edited technical books I've read in years. I've seen worse, of course, but that was the manual that came with my stereo. But seriously, the writing in this book is so bad, I believe anyone reading it might have a hard time focusing on the actual content.

    The author, Matthew Shepker, often appears uncertain about his subject matter.

    For instance, at one point, toward the end of an exceptionally jumbled gob of misinformation on page 35, Shepker writes, "It is bad database design to have more than one column containing a phone number at which your employee might be reached."

    Sorry, Matthew. What you MEAN to say is that it is bad database design to have an employee's phone number appear in more than one place in a database. If it did, then every change to that number would have to be carried out once for each time it appeared. This is what normalizing is for, and lies at the heart of the reason relational databases exist. Having employees with more than one number is a problem easily solved, but having to limit the number of phone numbers you can list would actually be a problem in itself. Leaving contact information out of a database because it is "bad form" is worse than bad form.

    I know this is a minor point, but this is a book aimed at beginners, and Shepker never bothers to explain his point. In fact, he never bothers to mention the concept of normalization -- at least not here.

    At other times, I'm not even sure Shepker knows what he means. Consider the following example:

    "Relational database management systems are applications of mathematical theories that solve how data can be effectively stored."

    Or even better:

    "A table, also known as a relation in database theory, is a representation of some amount of data that is important to the organization collecting the data."

    Both of these statements may be true, but they are presented in the context of a text for beginners in such a way as to completely lack meaning.

    And then there is the bad grammar. The book is full of it. I ran into so many grammatical errors in this text, I actually had to stop reading. Here are a few examples I managed to jot down:

    "Global temporary tables are dropped as soon as the user who created it logs out of the system."

    "Local temporary tables are dropped as soon as the user who created the table logs out of the system, and any other users who had been referencing it logs out."

    "Many reasons for using views are as follows:"

    "A great deal of advantages to using stored procedures are as follows:"

    "You can do a great deal of things with stored procedures."

    These are not mere typographical errors. They are exercises in poor writing.

    Of course, the editing is worse; did anybody notice that the exact same information appears on pages 45 and 70? Please tell your editors and proof readers that there is more to thier job than running a spell checker.

    A writer can lack style completely and still manage good grammer, especially with decent editing. But with this book, I'm wondering if either it wasn't edited at all, or if the writing was so horrendous that this is all your editors could cull from it.



  2. Don't waste your money or time with this book. The thought of picking up key SQL Server skills in a few hours is appealing, but this book will do you no favors.

    I bought the Microsoft Press Inside SQL Server by Soukup and Delaney as well and found it to be, even at twice the length, much more to the point.

    As mentioned previously, the writing and editing in Shepker's book is especially bad.



  3. This book is a good overview for a beginner. Nothing too fancy. There are quite a few editing mistakes, though.


  4. My favorite error is, referring to IF...ELSE statements on p329, "If you do not include an ELSE statement, SQL Server will simply skip the code after the ELSE statement and continue on". Hmmm?, I thought the ELSE statement wasn't included?

    Of course I also liked the authors fine use of COPY/PASTE; the 1 page+ long list of Stored Procedure Options/Description which are duplicated exactly within the same chapter [on Stored Procedures] a few pages apart (p311 & p319). Once for creating a new SP, and again for modifying one. THE TEXT IS AN EXACT COPY. Geeze, what a waste of paper! Next time try "See figure 123".

    But once I got beyond the poor logic, poor editing, poor proof reading, and typos, to the authors credit, I did find the book useful. It's certainly for beginners, and as such it reads at that level. Very easy. I also found the examples to be very useful. Something IMHO I find lacking in other "beginner" books.

    Would I recommend it? Well, I'd have a hard time doing so considering all the blunders.

    Would I recommend the Second Edition (if it ever came out)? Yes. I think it would be very helpful.

    Tim <><



  5. I have a mixed feeling about this book. It does cover the basic operations of getting SQL server up and running. However, it's written in a dry style that's enough to make you fall asleep at times (most of my C++ books don't). Regardless, after reading this book in a few days, you should be able to set up a fully functional SQL server.

    The author does not cover some essential elements such as good datebase fundamental knowledge (i.e. normalization). It doesn't go over much of the TSQL syntax (you just have to learn by trial and error). The goal of the "learn xyz in 24 hours" book series is distorted. Especially on a large topic such as SQL database software. The problem is that while you can technically learn the material in 24 hours but the way they organized the material is gear toward a short 1 day course. Unfortunately, since the reader would have to realistically spend a few days go through the book and practice anyway, why leave out all the necessary details?

    It's one of those books you buy and read once and never use again because of its depth (or lack of). If you are new to database design - this is NOT the book to buy. However, if you have some fundamental knowledge of good database design and some experience with database like Access, C++, VB, this book does it job.



Read more...


Page 103 of 175
10  20  30  40  50  60  70  80  90  93  94  95  96  97  98  99  100  101  102  103  104  105  106  107  108  109  110  111  112  113  120  130  140  150  160  170  
SAS 9.1 SQL Query Window: User's Guide
Creacion de Sitios Web Con SQL Server 7
Sybase say it is 1st to integrate message queuing into its DBMS. (database management system): An article from: Software Industry Report
SQL/Data System Terminal User's Reference for VM/System Product.
Paradox 5.0 - Para Windows a Su Alcance
Microsoft Access 2000 - Paso Paso
Access 97 a Fondo
Access En Las Pymes
Microsoft Access 2000 - Referencia Rapida Visual
Sams Teach Yourself SQL Server 7 in 24 Hours (Teach Yourself -- Hours)

Copyright © 2005
*Amazon.com prices and availability subject to change.
Last updated: Mon Oct 13 06:10:51 EDT 2008