Hi All, I have one question on how to optimized my sp, actually it was a view but I decided to change to sp to make it faster, and it did work. First it took 27 seconds for a view to run and 16 sec for sp. So it is getting better but how to make it even better?
Table that I am running my sp on is 600 records and I am returning around 80 fields and out of 80, 4 fields are images. They are not not too big around 400KB per record.
Any suggestion what can I do.