Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi Experts

I have a table "drv_veh_asn" which having 14,92,046 rows and execution time of

the table is 00:19 sec.

Do u have any Idea, How can I improve the performance of the table.

Please Help me.............

Regards,
Vijay
Posted
Comments
Bernhard Hiller 13-Sep-12 6:48am    
"execution time of the table" - that is not correct. Tell us the queries you are doing on that table, and their execution times. What about indexes? Did you check them?

If all the indexes are fine and your query is fine tuned then using maintanance plan you can get some better results.
 
Share this answer
 

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