sql server Getting Result fast
Hi Good Morning,
I have a small Doubt in sql server. i am using a stored procedure to get Result in the form of tables
in that procedure i used just select queries
in each Query i am joining 5 tables .
when the procedure was executed it was showing result
But here the problem is it was taking time too much
Please provide me Solution to reduce the execute time of stored procedure.