SQL Server connection string Asynchronous Processing=true

Posted by George2 on Stack Overflow See other posts from Stack Overflow or by George2
Published on 2009-10-29T10:16:48Z Indexed on 2010/05/07 11:08 UTC
Read the original article Hit count: 809

Filed under:
|
|
|
|

Hello everyone,

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 Processing=true with SQL Server authentication mode (not Windows authentication mode, i.e. using sa account and password in connection string in web.config), I am wondering whether Asynchronous Processing=true will impact performance of my web application (or depends on my ADO.Net code implementation pattern/scenario)? And why?

thanks in advance, George

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about c#