C
cmay
We have this SP that returns about 25,000 rows from a join of 4
tables.
These 4 are all tables, and not views, and none of them have
calculated fields.
When we try to fill a dataset with this data, it takes 20 seconds if
we have don't include the SET ARITHABORT ON line. When we include the
line, this is about 2 seconds, so 10x faster.
Anyone have any idea why this would be the case? No views, no
calculated fields.
tables.
These 4 are all tables, and not views, and none of them have
calculated fields.
SET ARITHABORT OFF execute in the same time: fast, about 2 seconds.From Microsoft SQL Management Studio, putting SET ARITHABORT ON and
When we try to fill a dataset with this data, it takes 20 seconds if
we have don't include the SET ARITHABORT ON line. When we include the
line, this is about 2 seconds, so 10x faster.
Anyone have any idea why this would be the case? No views, no
calculated fields.