0
votes
0answers
29 views

ASP.NET-Webforms user-reported SQL timeouts after publishing

When we publish a new version of the website, sometimes, one or two users (out of a few thousand) that are connected report an inability to connect and even to re-login, with an ...
0
votes
1answer
49 views

Query timeout expired - ASP Classic (VB). Timeout happens in client browser, not on server

I'm having some troubles with timeouts on my website. It has a rather large newsletter receiverlist (approx. 100k recievers). We deliver a tool for sending out newsletters, and based on the query for ...
1
vote
1answer
15 views

Linked Server is not working in Trigger

I have a Linked Server that executes correctly in a Query, but when i tried to execute it inside a Trigger i was getting this: Error Source: .Net SqlClient Data Provider Error Message: The operation ...
1
vote
1answer
18 views

SQL Server query timeout when restarting it is ok

SQL Server is running fine application is also running fine but after every 15-20 days it is giving query time out exception and then if I restarted my Server machine then every thing is okay. Can any ...
1
vote
1answer
44 views

InvalidOperationException: Timeout - recursive DB access

currently I have a serious problem with one of my web applications which runs into a Timeout Exception around half a dozen times a day. Error: "The timeout period elapsed prior to obtaining a ...
0
votes
2answers
152 views

sql server ExecuteReader requires an open and available Connection. The connection's current state is closed

I am using a multithreaded application to extract data from a database and after a few minutes of running I start to get this exception or an sql timeout exception. My code is below: public ...
2
votes
2answers
230 views

Linq Stored Procedure Timeout but SSMS Quick

I have a stored procedure which I am calling using LinqToSQL. I'm not doing anything special at all, e.g. MyDataContext db = new MyDataContext() var results = db.storedProcedure(param1, param2, ...
0
votes
1answer
79 views

Query timing out in php with sybase

I am puzzled about a recent problem I'm getting, there's a query that has always work before and started acting up recently. It is timing out after 60 seconds. It is a very heavy query, however worked ...
0
votes
3answers
244 views

C# / SQL Server Connection - bad credentials - Can I set a timeout?

I am trying to make a tool that will allow users to update some table in different databases based on uploaded XML files. I need to let the user select the SQL Server instance, write login ...
4
votes
2answers
202 views

SQL Update is really slow (about 20-50sec), Select takes less than 1 second

I have a SQL Tabe "Document" which contains a lot of rows (up to a few millions). When I'm executing an Select-Statement it takes about 0.5seconds. But when I'm executing an Update with the very ...
0
votes
0answers
36 views

Querying view in sql I takes around 40 min

I have view in sql that I want to query. I am using below code to do that. string strCon = @"Data Source=server1;Initial Catalog= MyDatabase;Integrated Security=True"; string strSQL = "SELECT ...
3
votes
2answers
152 views

DB2 Union causes time out?

First time working with DB2. I have a stored proc that performs a union, well it trys to anyhow. The procedure times out. The select statements on either side of the union execute quickly with no ...
0
votes
1answer
136 views

SQL Select Query Timing Out

I have a table in my SQL Server 2008 database called dbo.app_additional_info which contains approximately 130,000 records. Below shows the structure of the table. When I run a query like the one ...
0
votes
0answers
37 views

Program started from trigger times out a db-access

I call a programm from a trigger SET @exeCall = 'C:\...\XMLResultValueSplitter.exe '+CAST(@resultID as nvarchar(40)) EXEC master.dbo.xp_cmdshell @exeCall The Programm reads the new, inserted line ...
0
votes
0answers
73 views

Timeout with select varbinary field, through VPN connection

I have a .NET MPF application that communicates with a database SQL Server 2005. The user can work logged in network using database in a server, or can work "offline", using a local database. When ...
0
votes
2answers
410 views

SqlCommand.CommandTimeout is reached [duplicate]

Possible Duplicate: How to catch SQLServer timeout exceptions I have the following code: using (SqlConnection connection = new ...
0
votes
1answer
214 views

Stored procedure timing out on particular connection pool

I have a stored procedure which occasionally times out when called from our website (through the website connection pool). Once it has timed out, it has always been locked into the time-out, until ...
1
vote
3answers
416 views

SQL Server 2008 - SQL timeout exception on Insert Linq query

Currently my windows service is processing approximately 1500 transacations a day. About once a week I get a random timeout exception on an Insert done using LINQ. The exception is: Exception ...
0
votes
1answer
195 views

SQL timeout in a .NET service

I have a very simple service that has always worked earlier but now I upgraded it to newer .NET version and it has stopped working with error message like this: Timeout expired. The timeout ...
2
votes
4answers
633 views

DBConnection Time Out Using SQL

I'm using C# to create simple application that will check the database repeatedly after 1 minutes. I'm using thread to make it more manner and reduce resources. These thread will executes one function ...
1
vote
2answers
77 views

What does LEFT in SQL do when it is not paired with JOIN and why does it cause my query to time out?

I was given the following statement: LEFT(f.field4, CASE WHEN PATINDEX('%[^0-9]%',f.field4) = 0 THEN LEN(f.field4) ELSE PATINDEX('%[^0-9]%',f.field4) - 1 END)=@DealNumber and am having trouble ...
0
votes
5answers
246 views

Stored procedure performance degradation with MIN and MAX functions

I have a database table in Production used to store the workflow of a given item; each record of the table represents basically the status of an item on a specific date. The oversimplified table ...
1
vote
1answer
846 views

How to use Java.sql.Connection.setNetworkTimeout?

I ran into the exact issue that setNetworkTimeout is supposed to solve according to Oracle. A query got stuck in socket.read() for several minutes. But I have little idea what the first parameter for ...
0
votes
1answer
88 views

What happens when Heroku SQL query times out?

Heroku does not have built-in SQL console, so I have used the third party plugin: heroku plugins:install git://github.com/ddollar/heroku-sql-console.git When I run simple queries in this console, ...
0
votes
2answers
133 views

I get timeout error sometimes when I run through the following stored procedure

ALTER PROCEDURE [dbo].[INVM_InventoryValuationForIssue] @TransDate datetime, @IssueFrmDocType varchar(10), @IssueFrmDocNo numeric(18,0), @IssueFrmDocDate datetime, ...
0
votes
1answer
173 views

SqlException time out on SQL Server 16G database that stores files

ok - I know it's bad move but we did eventually decided to save files into DB for convenience... Now the problems come. We have a database called "XXX_DataStore" where we save uploaded files onto a ...
1
vote
1answer
266 views

Timeout on DTEXEC execution - but only when called from stored procedure

The following issue has been bugging me for a while: I have a dtsx-package for handling some interfacing. I call it in a stored procedure as seen below: SET @v_statement = 'DTEXEC /FILE "' + ...
0
votes
0answers
24 views

How can I account for a long-lived request in mobile web development?

This is a android developer in South Korea's University. I should develop android app cooperating with webserver and DBMS using by Apache tomcat and almost reach it except one malfunctioning. When I ...
0
votes
1answer
359 views

Frequent Timeout expired exception

Anybody please help me! I am facing Timeout expired exception again n again in my asp.net application and this has started recently. The strange thing is that, there is no pattern of when it starts ...
1
vote
4answers
187 views

Is there a better way to handle this PHP script? - Time out issue

I put together a simple script that pulls the product name, category name and product id from two tables. Then I take that data and use it to create a page title that's better than what I currently ...
1
vote
1answer
153 views

SQL works in the database, but get timeout in php

I test with this: $sql_teste = "SELECT COUNT(*) FROM $tbl_membro"; $result_teste = mysql_query($sql_teste); $ln_teste = mysql_fetch_array($result_teste); print_r("start " . $ln_teste[0] . " end"); ...
2
votes
1answer
601 views

Specify SELECT timeout for SQLITE

Is it possible to specify the maximum amount of time a SELECT query may take with SQLITE? The situation would be useful where you have big tables and the users have to possibility to enter free ...
3
votes
2answers
122 views

Why do some connections take very long, and others work quickly?

I have a web page that connects to a SQL Server 2008 instance, attempting to perform two stored procedures in sequence. The first one completes successfully, and then the values from the first are ...
15
votes
13answers
13k views

How to Troubleshoot Intermittent SQL Timeout Errors

We've been having a few instances per day where we get a slew of SQL Timeout errors from multiple applications (System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior ...
1
vote
1answer
419 views

sql deadlocking and timing out almost constantly

looks like today is going to be another rubbish one. we have recently updated our sql box with a complete monster, with loads of cores and ram, however we are stuck with out old DB schema which is ...
0
votes
1answer
2k views

Timeout Error - Sending mail through SQL Mail - Service Broker Queue

This is my first question! So I hope I provide enough information: We are attempting to send around 1000 emails by taking advantage of the SQL Mail Service Broker. We are relatively new to this, but ...
1
vote
1answer
390 views

CommandTimeout seems to have no effect Queries still timing out after 30 seconds

Our production database as grown to a size where several of our longer running stored procedures are taking more than the default 30 seconds to complete. I've programatically set some of the ...
2
votes
1answer
418 views

A 5sec SP hitting a 30sec timeout through LINQ-to-SQL

I have a SP that executes in 5 seconds through SSMS When that same SP is executed through a LINQ-to-SQL excel add-in it times out after 30 seconds (simpler queries for that same SP take a long time ...
1
vote
2answers
149 views

“MySQL server has gone away” error, I don't think it is a timeout

I am trying to import an SQL dump via PHP. I have the following code. @mysql_connect("localhost", "root", "root") or die("Cannot connect to DB!"); @mysql_select_db("great_database") or ...
0
votes
1answer
886 views

How do I make an ADO connection timeout sooner if the server doesnt exist?

I have been tasked w/ supporting an old VB6 app. (yay me) I am having trouble with the ADO connection timeout property. The method below works fine if the server exists, but if the server does not ...
2
votes
4answers
1k views

Simple SQL Delete statement giving timeout

When executing this simple SQL Delete statement, I'm getting a timeout from SQL Server: DELETE FROM dbo.[User] WHERE Id = 95146 There are about 95.000 records in the table. I thought it might be ...
2
votes
2answers
616 views

Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool

I am fairly new in asp.net development, so you can say that I have developed a poorly coded application that is giving me this error. Timeout expired. The timeout period elapsed prior to obtaining a ...
0
votes
1answer
579 views

SQL select statement timeout expired

We have a regular select statement strSql = "SELECT PG_ID, PG_FileName, PG_AbsolutePath " & _ "FROM PHOTO_GALLERY " & _ "WHERE (PG_ID = " & lPG_ID & ")" in ...
2
votes
4answers
374 views

SQL Query get a lot of timeouts

I have a large database table (SQL Server 2008) where i have all my forum messages being stored (The table currently have more than 4.5 million entries). this is the table schema: CREATE TABLE ...
0
votes
5answers
2k views

Solving a timeout SQL error

I am getting the error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. I know there are already guides out there to help solve this ...
1
vote
4answers
1k views

What would cause timeouts on a single table

I am getting the following error ONLY for queries run on the ReportingPeriod table (see below). This happens even when I comment-out the related LEFT JOIN on another table. There aren't more than ...
1
vote
3answers
391 views

Random timeout running a stored proc - drop recreate fixes

So I work with a largish database (30 gig) sql 2005 with a .net 3.5 web front end on a 10 year old system. It has new and old bits We are getting a problem that is happening more and more ...
2
votes
2answers
124 views

SQL timeout - DB not indexed

I'am currently having a slow performance problem with a SQL inner join on two tables with 10 000 000 rows. (about 10-15 minutes response) The DB is not indexed. Is indexing the only solution ...
0
votes
1answer
261 views

SQl error with timeout

I have been having trouble with timeout on SQL program , I have narrowed it down to this function , i can pass parameters and it words , but in this instance I send a couple hundered . When it runs I ...
1
vote
2answers
6k views

In SQL What is the default max transaction timeout

What is the default value in the machine.config for maxTimeout (see example) if no "system.transactions" element is present on the machine.config? <system.transactions> <machineSettings ...

1 2