Book Image

Microsoft SQL Server 2008 R2 Administration Cookbook

By : Satya Shyam K Jayanty
Book Image

Microsoft SQL Server 2008 R2 Administration Cookbook

By: Satya Shyam K Jayanty

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2008 R2 Administration Cookbook
Credits
Foreword
About the Author
Acknowledgment
About the Reviewers
www.PacktPub.com
Preface
More DBA Manageability Best Practices

Preparing and installing SQL Server Integration Services


The first release of Integration Services in SQL Server 2005 has changed the ETL functionality for SQL Server. It is a successor to SQL Server 2000 version's Data Transformation Services (DTS), and took a significant step forward by providing more intuitive designers, but also a native .NET execution environment. SQL Server 2008 R2 maintains that process with a significant scalability improvement in data pipeline and data warehouse enhancements such as persistent lookups. The SSIS enhancements from SQL Server 2008 R2 are improved scripting experience, data profiling task, an enhanced ADO.NET destination adapter, which also includes an option of Use bulk insert when available to improve the performance of bulk insert operations, improved data flow lookup, component with enhanced performance, and caching for Lookup transformation. The development tool for SSIS is Visual Studio 2008 development and in short BIDS too. BI Development Studio...