Forum Replies Created

Viewing 15 posts - 7,081 through 7,095 (of 10,144 total)

  • RE: Help with SELECT query between certain time-frame

    You're welcome. Thanks for providing enough information to crack the problem.

  • RE: Today's Random Word!

    Ray K (11/10/2010)


    Chris Morris-439714 (11/10/2010)


    Ray K (11/10/2010)


    morning

    Mornin' Ray. Smoke?

    Not I. Never touch the stuff.

    Drink, on the other hand . . .

    At this time of the morning? :unsure: ok then...

  • RE: Help with SELECT query between certain time-frame

    andrewd.smith (11/10/2010)


    Either of these will work and stand a chance of using an index (if such an index exists) on the OrderDate column:

    SELECT *

    FROM dbo.ZNodeOrder NO

    ...

  • RE: Today's Random Word!

    RichardDouglas (11/9/2010)


    Banzai

    Richard put the knife down, and the user ๐Ÿ˜€

  • RE: Today's Random Word!

    Ray K (11/10/2010)


    morning

    Mornin' Ray. Smoke?

  • RE: Converting minutes into HH:MM

    SELECT

    OriginalMinutes= Minutes,

    INTHours= Minutes/60,

    INTRemainingMinutes = Minutes%60,

    CHARHours= REPLACE(STR(Minutes/60,2), ' ', '0'),

    CHARRemainingMinutes = REPLACE(STR(Minutes%60,2), ' ', '0'),

    HoursAndMinutes= REPLACE(STR(Minutes/60,2), ' ', '0') + ':' + REPLACE(STR(Minutes%60,2), ' ', '0')

    FROM (

    SELECT 25...

  • RE: Help with SELECT query between certain time-frame

    El Gato (11/10/2010)


    Hi guys, our developer is not in today and I need help to generate the following query in a dynamic fashion:

    SELECT *

    FROM dbo.ZNodeOrder NO

    INNER JOIN dbo.ZNodeOrderLineItem NOLI

    ON...

  • RE: Insert Statement not recognizing an existing field

    sdabiri881 (11/10/2010)


    Sorry, I have added the #Staging Table that the #Results table is pulling from for the OrganizationName field. Hope this makes sense. Thank you for your assistance...

  • RE: Trying to get counts with grouping

    c-davifetr (11/9/2010)


    Unfortunately I canโ€™t put the data out. Too sensitive

    Wise move - but you could make some up.

  • RE: Are the posted questions getting worse?

    Alvin Ramard (11/9/2010)


    Alvin Ramard (11/9/2010)


    Chris Morris-439714 (11/9/2010)


    [-- link deleted --] I know there are interested folks here - you can now buy one.

    What a useless write up that was. ...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (11/9/2010)


    Chris Morris-439714 (11/9/2010)


    Steve you need to whack the quoted link too.

    Done.

    Thanks Alvin.

  • RE: Are the posted questions getting worse?

    Steve you need to whack the quoted link too.

  • RE: Trying to get counts with grouping

    c-davifetr (11/9/2010)


    This seems to be close. I need to group on t.Web_Desc. Notice I have 4 Out-of-State Offender

    45ArmstrongLifetime Offender1

    NULLArmstrongOut-of-State Offender1

    4ArmstrongOut-of-State Offender1

    NULLArmstrongOut-of-State Offender1

    14ArmstrongOut-of-State Offender 1

    NULLArmstrongSexual Violent Predator1

    18ArmstrongTen Year Offender1

    Sorry, don't...

  • RE: Today's Random Word!

    Daniel Bowlin (11/9/2010)


    mbricker-600840 (11/9/2010)


    payola

    The $64,000 Question. (A bit of US TV trivia)

    A bit? You're so lucky - it's all we ever get!

  • RE: Are the posted questions getting worse?

    Colour Ereader announced (newscientist.com). I know there are interested folks here - you can now buy one.

Viewing 15 posts - 7,081 through 7,095 (of 10,144 total)