Fast query runs slow in SSRS

前端 未结 17 933
粉色の甜心
粉色の甜心 2020-11-28 23:53

I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from a query window, it will return in under 2 seconds. However, the sam

17条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 00:33

    I Faced the same issue. For me it was just to unckeck the option :

    Tablix Properties=> Page Break Option => Keep together on one page if possible

    Of SSRS Report. It was trying to put all records on the same page instead of creating many pages.

提交回复
热议问题