is there any stored procedure optimization techniques
actually my problem is
my stored procedure is getting information from 15 tables by joins and have some conditions in where clause
to get 15,000 records it is taking 40 sec
how can i improve the my stored procedure
thanks,
naresh
Software/Hardware used:
ASKED:
April 16, 2009 6:15 AM
UPDATED:
February 10, 2011 2:09 PM
I am using stored procedure generator which generates optimized and efficient SPs & queries so that we dont have to take care of small things.