Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Which technology should I use if I want to improve my application speed? XML or sql cache?
Posted
Updated 24-Dec-10 21:35pm
v2
Comments
Sandeep Mewara 25-Dec-10 1:27am    
Not clear. You need to be more clear and elaborate the whole thing to get proper response.
Md. Mahfujul 25-Dec-10 1:50am    
we r developing an ERP solution.. our front end is asp.net and back end is ms sql server 2005. we need to increase our Clint end performance. which technology should we use?
Dave Kreskowiak 25-Dec-10 2:47am    
Without knowing what you're doing, the specifications, what the bottlenecks are, ..., ..., ..., it's impossible to tell you what your solution is going to be.
thatraja 25-Dec-10 3:16am    
explain the things clearly
fjdiewornncalwe 25-Dec-10 21:33pm    
If application performance is your issue and you think this question will get you on the right path, you are sadly mistaken as I would pretty much guarantee you that your method of caching will most certainly not be where the optimizations will need to take place.

1 solution

You could google "improve sql server performance", and gave in awe at the prospect of weeding through over 4.6 MILLION results. Among them, you will find this one:

http://msdn.microsoft.com/en-us/library/ff647793.aspx[^]


And just in case your question was actually about .Net applications in relation to sql servers, you will even find a several applicable items on that page under "Related Links".

 
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