Viewing 15 posts - 316 through 330 (of 544 total)
SQLKnowItAll (3/28/2012)
If someone asks you to make a car fly by only changing the fuel or the engine, could you do it? You may get it to go fast enough...
March 28, 2012 at 8:53 am
Sean Lange (3/28/2012)
You asked for some advice on structuring your data better and I was trying to figure out why every table and column have names that are only 6...
March 28, 2012 at 8:43 am
SQLKnowItAll (3/28/2012)
March 28, 2012 at 8:36 am
I modified the query as you friends helped me...the below query works really great when compared to old one....but having loadz of queries that needs to modify with all of...
March 28, 2012 at 8:15 am
Sean Lange (3/28/2012)
March 28, 2012 at 8:11 am
GilaMonster (3/28/2012)
Charmer (3/28/2012)
GilaMonster (3/28/2012)
Table redesign?you want me to redesign the table?
It's a suggestion. Afterall, you said "the table structure is so stupid so that we are not able to get...
March 28, 2012 at 7:24 am
GilaMonster (3/28/2012)
Table redesign?
you want me to redesign the table?
March 28, 2012 at 5:51 am
The problem is there is no primary key columns or any unique columns, no index in any of the tables that i deal with...
only very few distinct values in columns...
the...
March 28, 2012 at 3:19 am
Sean Lange (3/27/2012)
There is at least one more table that you did not provide ddl for. PSGADRThis table also appears to be a heap.
Sorry about that Sean..
Here i attached ...
March 28, 2012 at 3:05 am
SQLKnowItAll (3/27/2012)
SELECT --COUNT(*)
j.NameIDRef
, 0 AS SEQNUM
, ADR.GASTR# AS PREMISE
, A.PnxCodeValue AS PREFIX
, ADR.GASNAM AS STREETNAME
, B.PnxCodeValue as STREETTYPE
, ADR.GASQLF AS...
March 28, 2012 at 2:54 am
The problem is it is taking more than 1 hour to execute the query...but the same query takes more than 12 hours on production server..
i have no idea why it...
March 27, 2012 at 10:40 am
GilaMonster (3/27/2012)
Execution plan please?
I am not able to get the execution plan with data since it is taking too much time...
March 27, 2012 at 10:34 am
Sean Lange (3/27/2012)
Charmer (3/27/2012)
Sean Lange (3/27/2012)
All columns nullable...
No primary keys...
No indexes at all on at least 1 of the tables...
You pick the performance...
March 27, 2012 at 10:33 am
Sean Lange (3/27/2012)
All columns nullable...
No primary keys...
No indexes at all on at least 1 of the tables...
You pick the performance problems at the...
March 27, 2012 at 10:27 am
SQLKnowItAll (3/27/2012)
March 27, 2012 at 10:23 am
Viewing 15 posts - 316 through 330 (of 544 total)