Slow performance of SqlDataReader

后端 未结 5 1499
栀梦
栀梦 2020-12-31 13:02

I\'ve query executing ~2 secs in MSSMS (returning 25K of rows)

Same query used in .NET (sqlReader) exetuting few minutes!

I\'ve also tried to execute only re

5条回答
  •  再見小時候
    2020-12-31 13:18

    I had that problem to. Tick the "arithmetic abort" setting in the Connection Settings of the DB server.

提交回复
热议问题