If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > The Yak Corral III

Closed Thread
 
LinkBack Thread Tools Display Modes
  #2191 (permalink)  
Old 10-31-08, 16:11
TallCowboy0614 TallCowboy0614 is offline
Throwin' the steel to SQL
 
Join Date: Feb 2004
Location: Marina Del Rey, CA
Posts: 3,550
but don't take it the wrong way...It's not you, it's me...
__________________
aka "Paul"
Non est ei similis.

// Dear maintainer:
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
// total_hours_wasted_here = 13
  #2192 (permalink)  
Old 10-31-08, 16:37
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,766
pulling out old favorites...

I still love you, but not in a romantic way anymore.

I think we might have a new game.
__________________
software development is where smart people go to waste their lives
  #2193 (permalink)  
Old 10-31-08, 18:41
TallCowboy0614 TallCowboy0614 is offline
Throwin' the steel to SQL
 
Join Date: Feb 2004
Location: Marina Del Rey, CA
Posts: 3,550
I actually got a similar one.

I'll always love you, but I just don't LOVE you anymore.
__________________
aka "Paul"
Non est ei similis.

// Dear maintainer:
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
// total_hours_wasted_here = 13
  #2194 (permalink)  
Old 10-31-08, 18:47
Liebling Liebling is offline
Empress of Ellipses
 
Join Date: May 2007
Location: Lost in Translation
Posts: 922
And there is always,

I love you and I want you to be happy. You just aren't happy anymore with me.
__________________
"Passion rebuilds the world for the youth. It makes all things alive and significant. ~Ralph Waldo Emerson
  #2195 (permalink)  
Old 10-31-08, 22:37
Thrasymachus Thrasymachus is offline
SQL Server Street Fighter
 
Join Date: Nov 2004
Location: Down The Rabbit Hole
Posts: 7,766
there was a time when I saw us getting old together, but we have both grown as people and that person I thought I wanted to share my life is not the same person I want to share my life with now.
__________________
software development is where smart people go to waste their lives
  #2196 (permalink)  
Old 10-31-08, 23:13
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,084
<arnold>
consider that a divorce
</arnold>

name that movie
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
  #2197 (permalink)  
Old 11-01-08, 06:37
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,517
that must be total recal.

do i detecct a slight undercurrent of bitterness in the current thread?
  #2198 (permalink)  
Old 11-01-08, 10:59
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
I still love you, I'm just not in love with you.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
  #2199 (permalink)  
Old 11-01-08, 12:00
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Thought I would look some up on the web. How's about this one to really put a kink in your day?
Quote:
"I'm really sorry to have messed you about, but being with you has made me realise that I am gay and I can't string you along anymore."
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
  #2200 (permalink)  
Old 11-01-08, 13:19
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,307
Quote:
Originally Posted by r937
name that movie
I'm sorry Mr Quaid, I can't remember that one.

-PatP
  #2201 (permalink)  
Old 11-01-08, 17:46
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,002
I still love you and want to be with you, I just can't be with you right now.

__________________
George
Twitter | Blog
  #2202 (permalink)  
Old 11-01-08, 23:12
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,556
You used to be sexy, but now you are fat and ugly.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
  #2203 (permalink)  
Old 11-03-08, 07:04
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,002
"Have you run profiler against the app to confirm there's an ORDER BY clause on the query in question, and that it's ordering the correct columns?"

"No, but it should be ordering it by the primary key"

"uh-huh, but why don't we check for an ORDER BY clause first?"

"I'm telling you, it has *always* ordered it correctly, why would it suddenly decide to change?"

"Have you applied any new indexes to any of the tables involved in the query?"

"Yes, but I don't see what that has to do with it. I'm only selecting two fields and one of them is the primary key from one of the tables, it should order by that!"

*face-palm*

Seriously, I could have sworn I hammered the point home last time this happened.
__________________
George
Twitter | Blog
  #2204 (permalink)  
Old 11-03-08, 07:07
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
TRWTF is applying an order by to the SQL in any event. WTF? WTFF? WTFFF??????
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
  #2205 (permalink)  
Old 11-03-08, 07:23
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,002
I came up with an example that works with just 2 sample rows to show why you cannot rely on order and I think this chaps head was about to implode when he saw the results...

This is the same person who "designed" and implemented the index strategy for this system.
__________________
George
Twitter | Blog
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On