controlling ArithAbort in EF4

后端 未结 1 1226
旧时难觅i
旧时难觅i 2021-01-01 03:50

We are having some performance issues with our EF4 MVC solution. We\'ve been able to track it down to ArithAbort getting set to off before all connections to the database, a

相关标签:
1条回答
  • 2021-01-01 04:14

    EF provides the ability to insert a Wrapping Provider between Entity Connection and SQL.Data.Client - see http://code.msdn.microsoft.com/EFProviderWrappers and http://blogs.msdn.com/b/jkowalski/archive/2009/06/11/tracing-and-caching-in-entity-framework-available-on-msdn-code-gallery.aspx

    Now I admit this is more of a clue than an answer - but perhaps you can insert the relevant set at this point ?

    0 讨论(0)
提交回复
热议问题