Datasheet

Transformation Services, and Reporting Services builds on the features of
Reporting Services 2000 that was first released early in 2004.
Business Intelligence in SQL Server 2005 uses an Integrate, Analyze, and
Report paradigm. You can use Integration Services to bring data together
from various sources. Use Analysis Services to provide insight into the data.
You can create reports to present the analyses to business users with
Reporting Services.
Integration Services
SQL Server Integration Services replaces SQL Server 2000 Data
Transformation Services. You can use Integration Services to import and
restructure data. You can also load data into a data warehouse with
Integration Services. I describe Integration Services in detail in Chapter 20.
Analysis Services
SQL Server 2005 extends Analysis Services functionality. You use Analysis
Services to extract information that is meaningful in a business context.
Analysis Services contains two major parts: OnLine Analytical Processing
(OLAP) and Data Mining. I describe Analysis Services in more detail in
Chapter 21.
Reporting Services
You can use SQL Server Reporting Services to create customized reports for
end users. Reporting Services for SQL Server 2000 was introduced in January
2004, but was originally intended as a new feature in SQL Server 2005. If you
are a developer, you create report projects in the Business Intelligence
Development Studio. If you have the Enterprise Edition of SQL Server 2005,
you can create a report model project in the Business Intelligence Development
Studio, and your end users can use report model projects to create ad hoc
reports with the new Report Builder design tool. I describe Reporting Services
in more detail in Chapter 22.
33
Chapter 2: New Features in SQL Server 2005
06_577557 ch02.qxp 12/20/05 9:43 PM Page 33