SQL Server connection string Asynchronous Processing=true

前端 未结 5 2049
青春惊慌失措
青春惊慌失措 2020-12-15 08:10

I am using .Net 2.0 + SQL Server 2005 Enterprise + VSTS 2008 + C# + ADO.Net to develop ASP.Net Web application.

My question is, if I am using Asynchronous Proc

5条回答
  •  借酒劲吻你
    2020-12-15 08:57

    Contradictory to what the accepted answer says, it actually has an impact on performance.

    Atleast: according to the msdn documentation. In practice however I wasn't able to see any difference in a SQL 2005 Express scenario with .Net 3.5 SP1.

    Since MSDN docs warns about this I thought it should be interesting for future reference.

提交回复
热议问题