Thursday, February 17, 2011

SQL Server Reporting Services

SQL Server Reporting Services :-

 is a comprehensive, server-based solution that enables the creation, management, and delivery of both traditional, paper-oriented reports and interactive, Web-based reports. An integrated part of the Microsoft Business Intelligence framework, Reporting Services combines the data management capabilities of SQL Server and Microsoft Windows Server with familiar and powerful Microsoft Office System applications to deliver real-time information to support daily operations and drive decisions.

Microsoft SQL Server 2005 Integration Services (SSIS)


Microsoft SQL Server 2005 Integration Services (SSIS) :-
                                                                                                                                                                 is a platform for building high performance data integration solutions, including the extraction, transformation, and loading (ETL) of packages for data warehousing. SSIS is the new name assigned to the component formerly branded as Data Transformation Services (DTS).

Data Transformation Services (DTS)

SQL Server 2000 Data Transformation Services (DTS) provides a set of tools that lets you extract, transform, and consolidate data from disparate sources into single or multiple destinations.

ETL process and concepts :-
ETL stands for Extraction, Transformation and Loading. ETL is a process that involves the following tasks:
  • Extracting :- data from source operational or archive systems which are the primary source of data for the data warehouse
  • Transforming :- the data - which may involve cleaning, filtering, validating and applying business rules
  • Loading :- the data into a data warehouse or any other database or application that houses data

Data Integration Requirements:-
In view of this diversity of data, business needs, and user requirements, the Information Technology department has specified the following set of data integration requirements:
  • They must provide reliable and consistent historical and current data integrated from a variety of internal and external sources.
  • To reduce lags in data acquisition, data from providers and vendors must be available via Web services or some other direct mechanism such as FTP.
  • They need to cleanse and remove duplicate data and otherwise enforce data quality.
  • Increasing global regulatory demands require that the company maintain clear audit trails. It is not enough to maintain reliable data; the data needs to be tracked and certified.


Figure 1