PAGEIOLATCH_SH Performance Issue

  • Hi,

    One of our reporting Stored Procedures runs fine (1 sec) when run from SQL QA, but when it is invoked from application, it takes 10 mins to finish and frequently times out. The activity monitor shows a PAGEIOLATCH_SH in waittype.. any idea why this is happening?

    Thanks

  • Have you set SET NOCOUNT ON in the beginning of stored procedure?

    Did you ran the stored procedure just after running it in QA?

    MJ

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply