Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
About Us
986
Questions
785
Answers
Interview Preparation mode
beta
Funny Facebook Status
Enter your email address
All categories
SQL Server Interview Questions and Answers
(197)
SSIS Interview Questions and Answers
(54)
SSRS Interview Questions and Answers
(9)
SSAS Interview Questions and Answers
(29)
.NET Interview Questions and Answers
(186)
Oracle Interview Questions and Answers
(122)
Java Interview Questions and Answers
(32)
UNIX Interview Questions and Answers
(47)
Networking Interview Questions and Answers
(17)
MySQL Interview Questions and Answers
(30)
HR Interview Questions and Answers
(237)
General Interview Questions and Answers
(9)
Other Interview Questions and Answers
(8)
Job Openings
(3)
Greenplum Database Interview Questions and Answers
(5)
What are the ways to tune Reporting Services?
Nice?
Vote!
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs
ssrs-interview-question
performance
1 Answer
Nice?
Vote!
Following are a few ways you can tune up Reporting Services:
You can expand your current Server or avail the reporting service database on another server. Depending on report characteristics and application logic, it is sometimes better to have a copy of data separate to improve the performance.
You can also use continuous replication for reporting. With this there wouldn’t be any interference with the OLTP environment.
The locking problems can be solved by using ‘nolock’ and the query performance can be improved using ‘dirty read’ when a copy of the data is not available. This can be accomplished only if the database design and application logic permit dirty reads.
answered
1 year
ago
by
R
(
19,530
points)
Related questions
Nice?
Vote!
1
answer
What are some of the Reporting Services best practices that you follow?
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs
ssrs-interview-question
junior-sql-server-developer-interview-questions
best-practices
Nice?
Vote!
1
answer
Explain the architecture of reporting services
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs
ssrs-interview-question
architecture
Nice?
Vote!
1
answer
What can SQL Server Reporting Services do?
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs
ssrs-interview-question
Nice?
Vote!
1
answer
Describe SQL Server Reporting Services lifecycle
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs-interview-question
ssrs
Nice?
Vote!
1
answer
What are the Reporting Services components?
asked
1 year
ago
in
SSRS Interview Questions and Answers
by
R
(
19,530
points)
ssrs-interview-question
components