Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
1.57/5 (3 votes)
See more:
I'm running web application with back end sql server. One table is displaying records very slow . Can you tell me the reason? In the sql server there are 132 records it is taking two minute to show the all records.
Posted
Updated 25-Sep-13 2:18am
v2

1 solution

Pfff, difficult question... This is like... My car doesn't start, how can I fix it.. There's a dozen reasons.

- Your network may be slow
- The machine hosting SQL Server may need more resources
- Your data table design can be poor
- The amount of data being fetched is huge
- You add a where clause in your query which appears slow

Can you give us a hint what's going on? Did you measure it's your database that's slow, or maybe the process that displays the received data?
 
Share this answer
 
Comments
kalisiddayya 25-Sep-13 9:29am    
i shrink my data log file .after i am getting these problem.insert a record it is taking some time but record is not insert.select will take 3 min to show 132.data base contain only 132 records
Sergey Alexandrovich Kryukov 21-Oct-13 1:23am    
Fair answer, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900