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
Answer Posted / 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 |
Post New Answer View All Answers
Explain the advantages of migrating to vb.net?
Explain the advantage of option strict on?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is the difference between .dll extension and .exe extension files?
difference between control and component more than one differences
Why should you use delegate?
Explain how does the xmlserializer work?
Is vb.net dead?
Explain the use of new keyword?
Explain the difference between an xml "fragment" and an xml "document."
Which classes a dll can contain?
Explain how to send xml file on server using http protocol?
Explain nested classes?
What is vb.net used for?
What is an assembly and its use?