Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working vb .net as front end and SQL server r2 2012 as back end

In my application on of the screen taking more time to open then what should I do?

What I have tried:

I tried restart the server but not working.
Posted
Updated 21-Oct-16 22:55pm
Comments
Richard MacCutchan 22-Oct-16 4:55am    
What you should do is use some diagnostic investigations to find out what is happening.
[no name] 22-Oct-16 10:36am    
"what should I do", the first thing you should do is learn how to ask questions. For all we know, your application is slow because you are running it on a 286 or a Commodore 64.

1 solution

It could be anything. Problem with the VB code, slow connection, problems on the database server, bad queries and so on...

The first thing you should do is to find what is working slowly. Try debugging the application to find out the source of the problem. If debugging isn't possible, change the program so that it will log the duration of operations. This will give you more information and then people can help you to eliminate the bottleneck.
 
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