Fast query runs slow in SSRS

前端 未结 17 951
粉色の甜心
粉色の甜心 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:42

    DO you use "group by" in the SSRS table?

    I had a report with 3 grouped by fields and I noticed that the report runed very slowly despite having a light query, to the point where I can't even dial values in the search field.

    Than I removed the groupings and now the report goes up in seconds and everything works in an instant.

提交回复
热议问题