Re: Row Order
From: Guadala Harry (GMan_at_NoSpam.com)
Date: 11/02/04
- Next message: Yaheya Quazi: "Last Login"
- Previous message: Guadala Harry: "Re: Row Order"
- In reply to: Tom Moreau: "Re: Row Order"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2004 11:16:46 -0800
<<That still doesn't explain why you need things in a particular order>>
Yes - please read my response to Kalen.
"Tom Moreau" <tom@dont.spam.me.cips.ca> wrote in message
news:eMsRa0QwEHA.1452@TK2MSFTNGP11.phx.gbl...
> That still doesn't explain why you need things in a particular order. To
> expedite references to the temp table, you could place an index on it -
> likely one that would support the ORDER BY of your final SELECT, for
> example.
>
> --
> Tom
>
> ---------------------------------------------------------------
> Thomas A. Moreau, BSc, PhD, MCSE, MCDBA
> SQL Server MVP
> Columnist, SQL Server Professional
> Toronto, ON Canada
> www.pinnaclepublishing.com
>
>
> "Guadala Harry" <GMan@NoSpam.com> wrote in message
> news:eDr0wvQwEHA.3872@TK2MSFTNGP11.phx.gbl...
> << Why is it that you "need for the rows to exist in the temp table in the
> order specified by the ORDER BY clause"? >>
>
> I'm pulling data out of the database for display purposes... pulling data
> from many tables into the temp table - then doing some stuff to it prior
to
> display to the user. Rather than attempting those interim operations on a
> complex SELECT statement that uses a dozen or so joins...
>
> -GH
>
>
- Next message: Yaheya Quazi: "Last Login"
- Previous message: Guadala Harry: "Re: Row Order"
- In reply to: Tom Moreau: "Re: Row Order"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|