SSRS Interview Questions
SSRS Interview Questions
Please send that collection to i q@ G l obal G ui del i ne . Com along with the category and sub category
information
Lifecycle
includes
- Report designing The designing is done in Visual Studio Report Designer. It generates a class which
embodies
the
Report
Definition.
- Report processing The processing includes binging the report definition with data from the report data
source. It performs on all grouping, sorting and filtering calculations. The expressions are evaluated
except the page header, footer and section items. Later it fires the Binding event and Bound event. As a
result of the processing, it produces Report Instance. Report instance may be persisted and stored
which
can
be
rendered
at
a
later
point
of
time.
- Report Rendering: Report rendering starts by passing the Report Instance to a specific rendering
extension (HTML or PDF formats). The instance of reports is paged if paging supported by output
format. The expressions of items are evaluated in the page header and footer sections for every page.
As a final step, the report is rendered to the specific output document.
the
below
mentioned
ways:
- Expand the Server or utilizing the reporting services of another database server. For better embedding
of report contents, report applications logic and characteristics can have a duplicate copy of data.
- Replication of data continuously. Using nolock, the issues of locking can well be resolved and the
performance of the query can be improved. This can be done by using dirty read at the time of
duplicating the data is unavailable.
Right
click
the
Select
Specify
the
job
folder
the
Job
of
name
the
SQL
option
for
Agent
node
New
identification
in
SSMS.
job
purpose.
Go
to
Steps
Page
and
click
the
New
button.
Select SQL Server Analysis Services command as the type of job after entering the name of the step
and
enter
the
server
name.
Enter
the
following
command.
<Backup
xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object>
<DatabaseID>AdventureWorksDW</DatabaseID>
</Object>
<File>AdventureWorksDW.abf</File>
<AllowOverwrite>true</AllowOverwrite>
<Password>password</Password>
</Backup>
Click
on
Goto the Schedule page for creating schedule as per the requirements.
OK
footer and section items. Later it fires the Binding event and Bound event. As a result of the processing, it produces
Report Instance. Report instance may be persisted and stored which can be rendered at a later point of time.
- Report Rendering: Report rendering starts by passing the Report Instance to a specific rendering extension (HTML
or PDF formats). The instance of reports is paged if paging supported by output format. The expressions of items are
evaluated in the page header and footer sections for every page. As a final step, the report is rendered to the specific
output document.
Lookup's are a key component in SQL Server Integration Services (SSIS). Explain its purpose
Data from two sources is combined by Lookup Transformation. There are matching fields from these sources. Case
insensitive transformations is performed by the lookups. For the purpose of accessing additional information in
relation to the tables is one of the purposes of lookups. Lookups can be used in data warehousing.
Lookups are used for the following purposes
- Data Cleansing
- Error Tolerance
- Data search in data warehouse
- Optimizations using cache modes