![]() Professional SQL Server 2000 Programming
ISBN: 978-0-7645-4379-1
Paperback
1440 pages
November 2000
US $59.99
This price is valid for United States. Change location to view local pricing and availability. |
Visit Wiley's Higher Education Site for:
Instructors may request an evaluation copy for this title.
|
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
| Chapter | Page | Details | Date | Print Run |
|---|---|---|---|---|
| 25 | Typo in Text
On page 25 you'll notice that in the second paragraph discussing Remote Data Objects, the text reads as: |
10-Jul-01 | 1 | |
| 40-41 | Error in Concept Bottom of page 40 states: "(Unlike rules, constraints are not really objects unto themselves, but rather pieces of meta data describing a particular table.)" Top of page 41, second statement states: "There is the default that is an object unto itself, and the default that is not really an object, but rather meta data describing a particular column in a table (in much the same way as we have constraints, which are objects, and rules, which are not objects but meta data)." The first citation says rules are objects while constraints are not; the second one states that constraints are objects while rules are not. |
05/22/2006 | ||
| 58 | multiprotocol Last paragraph tells the reader that multiprotocol with respect to accessing SQL directly over the internet will be covered in the security chapter. This is not the case. |
11-Dec-01 | 1 | |
| 67 | Results in Grid/Results in Text
In the line above the figure on page 67, the text reads: |
09-Jul-01 | 1 | |
| 78 | Typo in italicized paragraph at bottom of page 78
In this paragraph, you may have noticed how the text reads as: |
09-Jul-01 | 1 | |
| 79 | Unclear statement in 2nd paragraph from bottom of page 79
You may have found yourself being left a little perplexed by the
text here - should this be the case, we offer our sincerest apologies.
In order to clarify, "customer name" in this paragraph should actually
read "company name". |
09-Jul-01 | 1 | |
| 82 | Quote use in operator usage examples on page 82
On this page, you'll find a large table, illustrating the various
ways in which operators can be used in conjuction with the WHERE
clause. Each operator has an associated "Example Usage" and you'll
notice that in some of these examples, any strings that are used, are
contained within DOUBLE QUOTES, for example: |
09-Jul-01 | 1 | |
| 171 | Moving a column in a SQL Server database Despite the claims about being unable to change the order of columns in a SQL Server 2000 table, you can reorder columns from the Enterprise Manager (EM) simply by dragging and dropping to any desired location in the table design view. |
08-Nov-02 | 1 | |
| 196 | Making a Table Self-Referencing The self-referencing foreign key can be added to the table without using a 'primer' row by simply adding WITH NOCHECK to the ALTER TABLE command shown in the middle of the page. (also see the ALTER TABLE command in SQL Server Books Online.) This is much quicker and simpler than either creating a primer row or only doing this type of contraint on a nullable column.
Example:
|
04-Jul-02 | 1 | |
| 237 | Mistake on page 237
On page 237, paragraph 1, the first sentence states: |
09-Jul-01 | 1 | |
| 9 | 276 | Logical Reads In the first paragraph on page 276, in the sentences .......larger size cuts down on the number of page changes, which in turn cuts down the logical reads. Fewer logical reads usually means less time and effort spent in I/O, and better performance. the words logical reads should be physical reads. Fewer physical reads will indeed mean better performance. |
24-Feb-03 | 1 |
| 10 | 328 | QUOTED IDENTIFIER On the first code snippet of page 328, you need to ensure that 'QUOTED_IDENTIFIER' is set to 'ON' with SET QUOTED IDENTIFIER ON |
07-Jan-03 | 1 |
| 340 | Possible quotation mark error On page 340, in an example, the book used double quotaions for print command. It did not work and gave me errors and changed them to single quotations. Dong. |
04-Jul-02 | 1 | |
| 457 | "Affect"/"Effect" word misuse on page 457
On page 457, on the second line of the COMMIT TRAN section, the text currently reads as: |
09-Jul-01 | 1 | |
| 529 | COLUMNS_UPDATED or UPDATED_COLUMNS?
Between pages 529 and 534, you may have noticed that UPDATED_COLUMNS
and COLUMNS_UPDATED seem to be used and interchanged when referring to
functions, without any explanation. This interchanging of function
names is actually erroneous, and you should note that all instances of
UPDATED_COLUMNS should be replaced with COLUMNS_UPDATED. Here are some
more specific details as to where exactly this errata applies: |
27-Jul-01 | 1 | |
| 671 | "CategoryI" Thing being selected should read "CategoryID", not "CategoryI" |
01-Nov-01 | 1 | |
| 673 | "Cate"
line 6 |
01-Nov-01 | 1 | |
| 674 | typo
Second paragraph needs a correction to the font of a character. |
01-Nov-01 | 1 | |
| 676 | Typo on page 676
The second bullet should contain the word "xmltext" instead of "xmldata", as it currently stands. |
01-May-01 | 1 | |
| 782 | bcp example The bcp example at the top of the pages uses a comma as delimiter between the records. Bad idea, because the company names contain commata. An re-import would be nearly impossible. |
04-Jul-02 | 1 | |
| 882 | typo In the second indented paragraph on page 882, the second sentence should have the word 'opinion' instead of the word 'option'. Therefore the sentence should read: 'Well, that's a garbage recommendation in my not so humble opinion...' |
14-Mar-01 | 1 | |
| 1373 | ODBC index reference
You may have noticed that in the index of this book, on page 1373, there is an index entry that states: |
09-Jul-01 | 1 |

