I have a huge amount of data which is displayed in a
report. The data is viewed every day. Every day the data is
displayed in 30 secs but suddenly today it is giving an
timeout message today. Data has not been changed. The
situation is same as yesterday. What might be the reason???
Please Answer.

Answers were Sorted based on User's Feedback



I have a huge amount of data which is displayed in a report. The data is viewed every day. Every d..

Answer / prasad

Im giving few suggestions known to me.

- Update table statistics regularly.
- ur log might be full. clear the log using dump tran with
no_log
- if u r connecting ur server in a network, check the
network connections.

Is This Answer Correct ?    4 Yes 1 No

I have a huge amount of data which is displayed in a report. The data is viewed every day. Every d..

Answer / arun sql gamer

Might be a performance tuning problem.Previously it may
have less data ,since it wont give u that much trouble in
processing the query.Subsequently the size of the data may
get increased which leads to more processing time of query
hence forth arrive with the problem of tuning and to check
for proper indexing in table and also in query.

Is This Answer Correct ?    3 Yes 1 No

I have a huge amount of data which is displayed in a report. The data is viewed every day. Every d..

Answer / monal

Update table statistics.

Is This Answer Correct ?    0 Yes 1 No

I have a huge amount of data which is displayed in a report. The data is viewed every day. Every d..

Answer / jerry joseph

Number of hits might have increased..

you can try increasing the timeout

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is a trigger?

4 Answers  


how we can count records as a group of days like sum of records for(four mondays),(four tuesday)........ in a month. group the column for weekdays.

1 Answers  


Explain the collation?

0 Answers  


What are the transaction properties?

0 Answers  


How would you use user_constraints table in DB?

0 Answers   Wipro,






What is use of dbcc commands?

0 Answers  


How to include text values in sql statements?

0 Answers  


Difference Between varchar and nvarchar datatype?

3 Answers   Satyam,


What are sql dirty pages?

0 Answers  


Explain data warehousing in sql server?

0 Answers  


Explain contrast amongst grouped and non-bunched records?

0 Answers  


what is spatial nonclustered index

0 Answers  


Categories