I have a problem with perfomance when reading data in sql.
Most probably because there are alot of records in the database.
Is there any way of improving the speed/performance when reading the data???
I have a problem with perfomance when reading data in sql.
Most probably because there are alot of records in the database.
Is there any way of improving the speed/performance when reading the data???
I can tell you the possible reasons your problem. Firstly would say that to troubleshoot/overcome performance issues, you should follow a series of steps to isolate and determine the cause of the problem. And the possible causes include:
1] Blocking
2] System resource contention
3] Application design problems
4] Queries or stored procedures that have long execution times.
Check what will be the cause of your performance problem.
Bookmarks