Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

How to maintain data optimization.
Currently i am facing lot of problem to fetch data, bcoz one table consist of 35 lakh records. when i executing query against this table then connection time out is occurring. how to maintain help me.

Regards,
Purnananda Behera
Posted
Updated 4-Nov-11 2:48am
v2

Use the SQL Profiler and see where your problem is and it will give you hints and indexes needed.
 
Share this answer
 
Comments
purnananda behera 4-Nov-11 5:54am    
I am not acquainted to use SQL Profiler. Is there any other process
Prerak Patel 4-Nov-11 5:55am    
There is no definite process. Every database is unique and you need to fine-tune them individually.
Mehdi Gholam 4-Nov-11 6:01am    
Learn it, love it. It will save you a lot of trouble and make things faster.

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