What are Sql Reporting Services and analysis services? Can
u Explain
Answer Posted / selvaraj.v
Sql Reporting Services :
-----------------------
Full Reporting Life Cycle Support
SQL Server Reporting Services supports the full reporting
life cycle, including:
• Report authoring. Report developers can create reports to
be published to a report server by using Microsoft or other
design tools that use Report Definition Language (RDL), an
XML-based industry standard used to define reports.
• Report management. Report definitions, folders, and
resources are published and managed as a Web service.
Managed reports can be executed either on demand or on a
specified schedule, and are cached for consistency and
performance. New in SQL Server 2005 Reporting Services,
administrators can use SQL Server Management Studio to
organize reports and data sources, schedule report
execution and delivery, and track reporting history.
• Report delivery. SQL Server Reporting Services supports
both on-demand (pull) and event-based (push) delivery of
reports. Users can view reports in a Web-based format or in
e-mail.
• Report security. SQL Server Reporting Services implements
a flexible, role-based security model to protect reports
and reporting resources. The product includes extensible
interfaces for integrating other security models as well.
Analysis Services :
------------------
SQL Server 2005 Analysis Services (SSAS) provides, for the
first time, a unified and integrated view of all your
business data as the foundation for all of your traditional
reporting, online analytical processing (OLAP) analysis,
Key Performance Indicator (KPI) scorecards, and data mining.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is indexing a document?
How can we call UDF(User Define Function) using C# code in ASP.net ?
Which is better statement or preparedstatement?
What are the types of dml?
Describe in brief authentication modes in sql server.
Can we return Data from 4(more than 1) tables in stored procedure?
What are the new scripting capabilities of ssms? : sql server management studio
What is the difference between a check constraint and a rule?
How to list all dsn entries on your local machine using odbc_data_source()?
How to stop a loop early with break statements in ms sql server?
What is a not null constraint?
can you instantiate a com object by using t-sql? : Sql server database administration
explain the storage models of olap? : Sql server database administration
What stored by the master? : sql server database administration
Explain go command in sql server?