Professional SQL Server 2000 DTS and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer)
 
 
Start reading Professional SQL Server 2000 DTS on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer) [Paperback]

Mark Chaffin (Author), Brian Knight (Author), Todd Robinson (Author)
3.6 out of 5 stars  See all reviews (31 customer reviews)

List Price: $49.99
Price: $37.02 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.97 (26%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $31.34  
Paperback, Illustrated $36.49  
Paperback, July 14, 2000 $37.02  

Book Description

0764543687 978-0764543685 July 14, 2000
What is this book about?

(DTS) Data Transformation Services helps you create a transactional system to load and transform your data from and to a wide variety of sources. SQL Server DTS was introduced in the release of SQL Server 7.0; however, SQL Server 2000 sees the functionality and power of this outstanding and incredibly useful tool greatly increased. DTS can be used to maximum effect in data-driven applications, offering rapid and effective solutions to a wide range of common problems.

Professional SQL Server 2000 DTS provides a complete introduction to DTS fundamentals and architecture before exploring the more complex data transformations involved in moving data between different servers, applications, and providers. The book then focuses on DTS programming via the DTS object model, enabling developers to incorporate custom transformations and reporting capabilities into their applications. Advanced topics are explained including error handling, dynamic data loading, and data warehouses. With code and case studies, this book gives the reader a complete picture of how to use DTS to its fullest potential.

What does this book cover?

Here are just a few of the things you'll find covered in this book:

  • A detailed explanation of the seventeen principal DTS tasks
  • Connecting to, querying, and converting heterogeneous data
  • Dynamic configuration of your DTS packages
  • Enhancing your DTS packages with VBScript and Visual Basic
  • Writing your own custom tasks
  • Using DTS in a data-warehousing environment
  • Employing DTS in other applications

Who is this book for?

This book is principally aimed at database programmers and administrators who have a working knowledge of SQL Server, and who wish to take DTS beyond its most basic level and tailor it to their needs. It will also appeal to managers and project managers who want to gain an understanding of DTS and how it could benefit their businesses.


Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

Customers buy this book with Professional SQL Server 2000 Programming (Programmer to Programmer) $59.99

Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer) + Professional SQL Server 2000 Programming (Programmer to Programmer)
  • This item: Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Professional SQL Server 2000 Programming (Programmer to Programmer)

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

Amazon.com Review

A lot of corporate databases are what's behind the Internet revolution. Professional SQL Server 2000 DTS gives DBAs and programmers a handy guide to getting the most out of the Data Transformation Services (DTS)--a flexible set of tools that work on a wide variety of databases--that are available in SQL Server 2000.

The hands-on focus of the book makes it a win for readers of all backgrounds. While online help for DTS is not always easy to decipher, this book remedies the situation with plenty of screen shots of all of the major tools in action. Early sections examine nearly two dozen built-in tasks or functions in DTS--from the obvious (copying data from one database to another) to the more esoteric (sending files via FTP within DTS).

A gentle introduction to using VBScript and ActiveX objects gets at the DTS object model to design "custom tasks." By using this approach, you can automate and transform data reliably among different formats, including mainframe and Office documents. (Specific tips guide you in working with DB2 and Excel data.) A standout section looks at "linking" servers and querying data from heterogeneous sources.

You also learn how to build a Web front end (using ASPs) for a data application that uses SQL-DMO APIs to automate database tasks through a browser. Later, there's an excellent tutorial on data warehousing, done the Microsoft way--from the basics of the star, snowflake, and hybrid fact tables for a data mart to setting up and loading the data using DTS, and then running the database with Microsoft Analysis Services. The book closes with a thorough reference section that lists the objects and methods in the DTS object model.

Whether you're performing normal database administration or setting up a data warehouse--or you just want to work with data more effectively within your applications--Professional SQL Server 2000 DTS gives you all of the information that you need to be productive with a powerful (and sometimes overlooked) set of database tools and components. --Richard Dragan

Topics covered:

  • Introduction to Data Transformation Services (DTS)
  • Survey of DTS wizards and tools
  • The Import/Export Wizard
  • The Copy Database Wizard
  • The DTS Designer
  • Survey of automated tasks in SQL Server 2000, including the Bulk Insert, Execute SQL, Copy SQL Server Objects, and Transfer Databases tasks
  • The Multiphase Data Pump
  • Using a Data Driven Query (DDQ)
  • The FTP Task
  • The Execute Package Task
  • The Message Queue Task
  • Advanced package options
  • General package properties
  • Transfer Data Task options
  • Data scrubbing
  • Working with heterogeneous data (using linked servers from mainframe and legacy servers)
  • Tips for converting Excel and DB2 data
  • DTS ActiveX Script basics
  • Quick tutorial for VBScript syntax
  • The DTS Object Model
  • File management with the FileSystemObject object
  • DTS security issues
  • Meta Data Services
  • Backing up databases
  • DTS error handling
  • Building custom tasks in DTS
  • Star, snowflake, and hybrid designs for data warehouses
  • Extract, Transformation, and Load (ETL) with DTS
  • Microsoft Analysis Services
  • Creating Web front ends for DTS applications
  • Reference to the DTS and ADO object models
  • Reference to essential VB functions and keywords
  • Microsoft Scripting Run-Time Reference
--This text refers to an alternate Paperback edition.

From the Publisher

Professional SQL Server 2000 DTS follows on from Professional SQL Server 7.0 Programming to drill down into this important and powerful feature of SQL Server 2000. This book begins with a complete introduction to DTS fundamentals and architecture. Building on this introduction we'll take a look at more complex data transformations and security issues involved in moving data between different servers, applications and providers (eg Oracle, DB2, Sybase). The book then focuses on DTS via the DTS object model, which enables developers to incorporate custom transformations and reporting capabilities into their applications. We use examples in both Visual Basic and scripting languages. More advanced topics are then explained including error handling, dynamic data loading, OLAP and Datawarehouses. With code and case studies this book provides a thorough guide to this new upcoming area of SQL Server 2000. --This text refers to an alternate Paperback edition.

Product Details

  • Paperback: 888 pages
  • Publisher: Wrox (July 14, 2000)
  • Language: English
  • ISBN-10: 0764543687
  • ISBN-13: 978-0764543685
  • Product Dimensions: 9 x 7.3 x 1.8 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (31 customer reviews)
  • Amazon Best Sellers Rank: #816,933 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

31 Reviews
5 star:
 (12)
4 star:
 (6)
3 star:
 (3)
2 star:
 (9)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.6 out of 5 stars (31 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

27 of 29 people found the following review helpful:
2.0 out of 5 stars Not Enough, August 9, 2002
By 
Steve Munro (Sacramento, CA United States) - See all my reviews
This book was a disappointment. Mostly it shows how to create packages using the Enterprise Mgr interface. I don't need a book to do that. Right now I am coding a VB app using DTS, and this book was definitely not enough. This is a beginner book, introductory in nature. There is an Object reference, but I can see that in the Object Browser. The examples are simplistic and not real-world. The examples on the SQL Server 2000 Resource Kit are better. I am moving large amounts of data data and have to deal with permissions, constraints, dependency tables -- none of this is covered. You can manipulate the object model thousands of ways; without any guidance on these advanced topics (not covered by MSDN) you are adrift... and your packages will fail every time.
If you are a programmer, don't bother with this one.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 16 people found the following review helpful:
3.0 out of 5 stars Not worth it, February 24, 2004
This review is from: Professional SQL Server 2000 DTS (Data Transformation Services) (Programmer to Programmer) (Paperback)
You'd think an 880-page tome from Wrox on something as specialised as DTS would pretty much have you covered anytime you need a reliable DTS reference to get you through your Data Transformation tasks. I have found myself looking to this book for guidance on many occasions during development, only to be consistently disappointed. For a start, the Index is downright useless, since I was never able to find words I would expected to, such as delimiter, lineage, disconnected edit, parameterised query, identity insert, but it has an entry for DNS?? (which, btw refers to a 3-line explanation of URLs when using Internet Explorer!) The book is so large mainly because every other page is a GUI snapshot, most of which are unnecessary. I don't need a whole page dedicated to the "Syntax check was successful" message box.

I give it 3 stars because they do a good job of at least mentioning probably every concept that relates to DTS, but coverage is mostly shallow and out of focus. There does seem to be heavy emphasis on data warehousing, which I haven't used so far, so I'll give it the benefit of the doubt regarding coverage there. Overall I still think I might find something good when I need a reference but so far I have mostly found SQL Books Online equally, or sometimes more useful.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


12 of 13 people found the following review helpful:
5.0 out of 5 stars Very Good, September 4, 2001
By A Customer
My company just started using DTS and I needed to learn the technology rapidly. While many Wrox books are 1000+ pages, this book is actually 683. The rest of the pages are devoted to appendixes on the object models.

Another strength of this book is the construction of the chapters. After the introductory 2 chapters, the rest can be read in any order or skipped. This book covered many diverse topics, including data warehouse loading, the DTS object model, VBScript, and even using VB to build new custom tasks.

The book is primarily focused on DBAs. Therefore, there is more coverage of VBScript and COM object development than a programmer would require. However, given the strong chapter cohesiveness, it is easy to skip this material without missing important information.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
DTS - not just another pretty acronym. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
wrox database, data pump task, total order dollars, dynamic properties task, statement text window, valid time expression, multiphase data, new transformation script, completion info, copy column transformation, delete global variables, send mail task, code nvarchar, row transform phase, valid date expression, msdb database, valid string expression, insert batch size, linked server, script task, custom task, calendar dimension, package transaction, contains connection information, structured storage file
Key Phrases - Capitalized Phrases (CAPs): (learn more)
End Function, Meta Data Services, Analysis Services, Execute Package, Get Audit, Data Transformation Services, Audit Task, End Sub, Server Agent, Drop Stage Indexes, Load Dimensions, Set Job Information, Cleanse Facts, Extract Dimensions, Extract Facts, Private Sub, Script Debugger, Console Root, Data Driven Query, Hello World, Set Connection Values, Exit Sub, Object Library, Message Queuing, Window Help
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject