I have seen similar posts on many web sites with no definitive solutions. I am using the same code to return a result set from a day of information. Typicallly it took milliseconds (.02) in MSDE 20...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2354...
Background
We have a network over which our SBS2003 hosts the Sage 200 sql database. Workstations are all connected through a Workgroup, and not Active Directory. We have 2 workstations that ha...
http://www.experts-exchange.com/Software/Industry_Specific/Financial/MAS90/Q_23576896.html
Zones:
MAS90,
SBS S...Date Answered: 07/21/2008 Rating: 9.1 Views: 13
I have this simple command within one of my .aspx.cs pages:
UPDATE Settings
SET Value = Value + 1
WHERE (id = 1)
It used to work perfectly, but since today I am getting ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2371...
The attached query will run fine (usually under 2 seconds) when run in a query window, however if I try to run the exact same query in a view or as a dataset in Reporting Services it will fail with...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_23878757.html
I'm developing a .Net 2.0 app that makes ample use of SqlDataConnection objects. The application runs fine on my machine for a while. However, after a while of use (clicking on pages, hitting the...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22965700.html
Hi. There error I am getting is:
Server Error in '' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
I am devel...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL_Server_2008/Q_2396...