Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
What's New in SQL Server 2012

You're reading from  What's New in SQL Server 2012

Product type Book
Published in Oct 2012
Publisher Packt
ISBN-13 9781849687348
Pages 238 pages
Edition 1st Edition
Languages

Table of Contents (19) Chapters

What's New in SQL Server 2012
Credits
About the Authors
Acknowledgment
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
Installing SQL Server 2012 SQL Server Administration Transact SQL Analysis Services Reporting Services Integration Services Data Quality Services AlwaysOn Distributed Replay Big Data and the Cloud Index

Data taps


The last significant new feature of SSIS that we will look at is the data tap. A data tap literally "taps into" the data flow between SSIS tasks and writes it out to a .csv file.

This is very useful, especially in a production environment, as it allows a dump of the data passing between two SSIS tasks to be captured for analysis by a production, test, or development team if there is a production problem, without changing the SSIS package in the live environment.

This means the production DBA doesn't need to change the package (always a bad idea) and the developer doesn't have to be given access to the production machine in order to get the data they need to debug the process. Everyone wins, including the end users, as the system remains in the same stable state.

A data tap is transient, so each time you execute a package, you need to recreate the data tap, which just involves a call to three T-SQL stored procedures.

As this functionality is most likely to be used in a production environment...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}