Top "Command-timeout" questions

How to set CommandTimeout for DbContext?

I am looking a way to set CommandTimeout for DbContext. After searching I found the way by casting DbContext into …

c# entity-framework-4 dbcontext command-timeout
SqlCommand object, what length of time for CommandTimeout?

How do I decide what length of time to use as a timeout when using an SqlCommand object? On parts …

c# ado.net sqlcommand command-timeout
Set Command Timeout in entity framework 4.3

I cannot find the a way to set the command timeout of a linq query using entity framework 4.3 and its' …

c# .net entity-framework entity-framework-4.3 command-timeout
Set Command Timeout in EF 6

I want to set command timeout for query execution, currently I am doing context.Database.CommandTimeout = 90; but i feel this …

asp.net-mvc entity-framework entity-framework-6 command-timeout
How do you set the command timeout in SSIS?

I have a datareader source firing some sql which takes longer than 30 seconds to run, so it's timing out. I …

ssis command-timeout
How to set CommandTimeout

I am using Microsoft.SqlServer.Management.Smo. My Code: Server server = new Server(new ServerConnection( new SqlConnection(ConnectionString)); server.ConnectionContext.…

c# smo sqlcommand command-timeout
Set custom default CommandTimeout for all new Command Objects

The default CommandTimeout value is 30 seconds. You can manually change the value on an instance of the command object by …

.net vb.net sqlcommand sqlclient command-timeout
Timeout exception when timeout set to infinite time

In my C# .NET 3.5 application I am using CastleProject ActiveRecord over NHibernate. This is desktop application using MS SQL Server 2008. …

nhibernate timeout castle-activerecord sqlexception command-timeout
Time Out Error in ASP.Net

How can I stop time out error for executing SQL query in ASP.Net? I researched in Google but I …

asp.net sql-server connection-timeout command-timeout
SMO ConnectionContext.StatementTimeout setting is ignored

I am successfully using Powershell with SMO to backup most databases. However, I have several large databases in which I …

sql-server backup powershell-2.0 smo command-timeout