Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

slow execution of procedure

Status
Not open for further replies.

prakashroch

Technical User
May 2, 2002
21
US
i have a stored procedure which creates a temporary table the table has 5 columns ....since all the 5 columns have a different where clause i have 5 different update statements which update the columns. .the problem is the stored procedure is running extremely slow …..the table holds approx 2000 records …….i removed the updates and it runs fast …also as the records increases the execution time increases i came to a conclusion that update is making my procedure slow…….is there any way out … any suggestions
 
Please post your code and sample data to run the stored procedure.



dbtech
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top