Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to reduce the loading time for a stored procedure in sql server
Posted
Comments
Magic Wonder 9-Sep-14 5:15am    
What do you mean by Load Time for a stored proc?
MAGuru 9-Sep-14 5:17am    
execution time
Magic Wonder 9-Sep-14 5:23am    
Okay....check solution.
vr reddy 9-Sep-14 5:43am    
1.first remove * and add only particualar columns
2.remove correlated sub queiries
3.dont use "not in"
4. use order by clause
and see
Thomas Nielsen - getCore 9-Sep-14 6:41am    
a procedure doesn't load, it executes.
So paste the TSQL and we can possibly help you :)
Then the actual question will be how do i make my query faster!

Hi,

Check This...

How Do I Speed Up My Select * Query Of "530,000" Rows[^]

Hope this will help you.


Cheers
 
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