Wiley.com
Print this page Share

Professional SQL Server 2005 Integration Services

Professional SQL Server 2005 Integration Services (0764584359) cover image
This title is out-of-print and not currently available for purchase from this site.

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.

ChapterPageDetailsDatePrint Run
Download Content
The content for this title has been posted and may be accessed via http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764584359.html
3/21/06
xxvi Text Error
In the introduction page xxvi in the "What You Need to Use This Book" you mention you need Visual Studio 2205. It should be 2005.
2/23/06
32 Error in Text
In this chapter, you'll mainly explore the Controller Flow tab.

should be

In this chapter, you'll mainly explore the Control Flow tab.
06/28/2007
48 Error in Text/Code
In chapter 3, page 48 instructs the reader to:

"go to the page for this book at www.wrox.com and download the example extract ZipCode.txt file."

This is a data file, not "code".

To see the actual code, please see the above download for Chapter 3.
05/31/2006
64 Error in Reference in Figure 3-20
Figure 3-20 refers to the url:
http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx

As of today, atomic-x.com is a pornographic site.
08/20/08
4 80 Error in Text
In the Configuration Manager page of the OLE DB Source Editor (Figure 4-8, select the Configuration Manager of your OLE DB source

should be:

Connection Manger not Configuration.
02/19/2008
91 Error in Text
5th line:

For example, in Figure 4.13

should read:

For example, in Figure 4.16
01/31/2008
94 Error in Text
"In the screenshot in Figure 4-15" should be referring to Figure 4-18.
07/05/2007
104 Error in Text
"You can see an example of this in Figure 4-28" should be referring to Figure 4-27.
07/05/2007
109 Error in Text
first paragraph of "Union All"
The Union All transform works much the opposite way as the Merge transform

should be:
The Union All transform works much the same way as the Merge transform
2/5/07
126 Error in URL
http://www.sunbiz.org/corpweb/inquiry/corfile.html should be: http://www.sunbiz.org/corfile.html
08/07/08
127-128 Error in Table
4th column: stops at 65 should be: 76
08/07/08
143 Error in Text
In paragraph 3, the chapter about the nuts and bolts of getting things done:

"thing" should read "things"
05/11/2006
149 Error in Text
On page 149, Step 11 tells the customer to configure a Flat File Destination "c:\myfile.txt", but in step 12 it calls the file: "C:\Execute SQL Sample.txt"

In Step 12 it should be changed to: "C:\myfile.txt" , this error happens twice in step 12's section.
05/17/2006
181 Error in Text
Fuzzy Lookup (used twice)

should be:
Fuzzy Grouping
05/17/07
187 Error in Text
OLE DB transform...the transform

should be:
OLE DB Source...the Source
01/14/07
233 Error in Code
^\d{5}([\@@hy]\d{4})?$

should be:
^\d{5}([\-]\d{4})?$

AND

\b([A@@hyZ]{2})\b

should be:
\b([A-Z]{2})\b
2/5/07
462 Error in Text
Page 462:
Text reads:
"select Tools -> Attach to Process"

Should read:
"select Debug -> Attach to Process"
08/14/2006
606 BankBatch
Fourth line of code reads "BankBatch". This should be styled as Heading 3, not code.
3/10/06
Back to Top