I want to reduce my CPU Usage when I am querying the
Database for records. Now my Winform App(in VB.Net)
suddenly Jumps to 100% CPU Usage when i query for records
from sql server database. I want this Usage to be less. Any
help is appreciated

Answers were Sorted based on User's Feedback



I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in V..

Answer / suresh

check if any indexes is created for that table if not
create it. Open connection and close immediately when no
longer in use.

Is This Answer Correct ?    3 Yes 0 No

I want to reduce my CPU Usage when I am querying the Database for records. Now my Winform App(in V..

Answer / ram

you need to check the following things:

1. Database size is very high and you are using query which
is not optimized.
2. you must be using too many joins in the query. Check the
execution plan
3. Confirm whether the CPU utilization is more from database
end or application end

http://www.interview-questions.maxmice.com

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain the components of common language runtime.

0 Answers  


What is the use of errorprovider control?

0 Answers  


What are the difference between structure and class?

0 Answers  


What is the difference between readonly variable and constant variable?

0 Answers  


What is the difference between Dataset and Recordset?

7 Answers   IG, Silicon,






Explain about jagged arrarys ?

0 Answers  


What do you mean by Redim in VB.NET?

0 Answers  


What is early binding?

0 Answers  


What is portable executable?

0 Answers  


What is strong name in .net assembly?

0 Answers  


Name the class which allows an element to be accessed using unique key?

0 Answers  


What is the feature which is common to all .net languages?

0 Answers  


Categories