Couldomseone help here,
I have a query that takes ages to query but when i comment out the LAST join ("tblDefaultButtons") it runs within a second or two, with it in it takes about 30 seconds? B...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21583190.html
I'm trying to improve the performance of a distributed query. I think I know the best way for the CBO to run it but I can't get it to choose it!
The query in question is actually an insert (note...
http://www.experts-exchange.com/Database/Oracle/Q_20754687.html
Zones:
OracleDate Answered: 10/02/2003 Grade: A Views: 8
Hi All,
would appreciate your help please. I am not at all a database person, so please be patient with me..
trying to learn while trying to accomplish this task..
I have a query performin...
http://www.experts-exchange.com/Database/Sybase/Q_21902741.html
Zones:
SybaseDate Answered: 10/16/2006 Grade: A Views: 32
I am running the below sql statements against a database created using the VistaDB 2.1 engine. I need to get all the distinct records from the database, however when I use the DISTINCT keyword, it ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_22059584.html
Zones:
DatabasesDate Answered: 11/14/2006 Grade: A Views: 0
Hi there - hope someone is able to help.
Previously someone was kind enough to write me a query. Oracle 10 db.
( background - http://www.experts-exchange.com/Database/Oracle/Q_22143440.html )
...
http://www.experts-exchange.com/Database/Oracle/Q_22683679.html
Zones:
OracleDate Answered: 07/12/2007 Grade: A Views: 0
I use the sample code in a vb.net web app. It takes 6-10 seconds to return data from SQL server. If I do the same query in query analyzer the results come back in 15 milleseconds.
I have tr...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21807696.htm...
Here's a SQL query running on my Linux server under MySQL 5.2 that is VERY slow compared to other queries:
SELECT COUNT(*) FROM OMDaily WHERE actSubP = 1 AND BINARY username NOT IN (SELECT usern...
http://www.experts-exchange.com/Database/MySQL/Q_23658852.html
Zones:
MySQL ServerDate Answered: 08/25/2008 Grade: A Views: 18
I have a page whic needs to pull in the results of (currently) 5 queries, will there be a significant time.processing performance change in having the queries, generated at run time, and run inline...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_22468568...
I've been reading www.sql-server-performance.com articles on this problem, have a lot of data gathered using SQL profiler and Windows performance logs, but can not pinpoint the issue. One day I ca...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2311...
we are about to start a new project Using SQLServer 2005, VB.Net 2005 windows application.
One particular User requirement is as follows.
within the system there is one screen which the user wa...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_2350...