|
|
Page 160, third line from the bottom |
| |
Computated should be replaced by computed. |
|
|
Page 210, code segment in the middle of the page |
| |
Remove the space between sd. and ProductID |
|
|
Page 448, fourth paragraph |
| |
The paragraph begins: This section's samples reside in the
WinCh11 Windows application project... It turns out that all the
samples for both chapter 11 and chapter 12 reside in the WinCh12
Windows application project. It is for this reason that that the
downloaded code for the book includes the WinCh12 Windows application
project in the contents for chapters 11 and 12. |
|
|
Page 142, code in the middle of the page |
| |
The code sample in the middle of page 142 repeats the
sample on page 141. Instead, the following sample should appear in
the middle of page 142. CREATE TABLE T (
int1 int IDENTITY PRIMARY KEY,
psc1 varchar(5)
CHECK (LEN(psc1) = 5 AND
psc1 LIKE
'[0-9][0-9][0-9][0-9][0-9]')
NOT NULL
) |
|
|
Page 22, instruction # 5 at the top of the page |
| |
You can only add programs one at a time as exceptions.
Therefore, click OK after navigating to sqlservr.exe, and click OK again
after navigating to sqlbrowser.exe. |
|
|
Page 565, first paragraph after numbered points, line 5 |
| |
Change AutoPostPack to AutoPostBack. |
|
|
Page 110, scale bullets for smallmoney and money
towards the bottom of the page |
| |
Change the value for scale from 0 to 4. |