Forum Replies Created

Viewing 15 posts - 16 through 30 (of 127 total)

  • RE: max(date colum) help

    Lynn Pettis (9/4/2012)


    SQL_NuB (9/4/2012)


    Lynn Pettis (9/4/2012)


    SQL_NuB (9/4/2012)


    Lynn Pettis (9/4/2012)


    How do you decide what date you want from your data?

    that date is in the table, so when I do select max(timestamp)...

  • RE: max(date colum) help

    Lynn Pettis (9/4/2012)


    SQL_NuB (9/4/2012)


    Lynn Pettis (9/4/2012)


    How do you decide what date you want from your data?

    that date is in the table, so when I do select max(timestamp) from workqueue, that's...

  • RE: max(date colum) help

    Lynn Pettis (9/4/2012)


    How do you decide what date you want from your data?

    that date is in the table, so when I do select max(timestamp) from workqueue, that's the most current...

  • RE: max(date colum) help

    Luis Cazares (9/4/2012)


    My guess is that you're missing this:

    HAVING max(timestamp) >= '20120829'

    AND max(timestamp) < '20120830'

    that works if I hardcode the date, however, the data will change monthly and if...

  • RE: record count top 5 then other

    my query looks something like this (I can't show the actual ddl or query)

    select top 5 states, customers from tbl1

    where type = 'Rented' and (rentalperiod between 200101 and 200012)...

  • RE: query help - repeating date

    Its returning me 0 for my counts

  • RE: need query help - need to get prior rolling 6 months from today's date

    @CELKO,

    [Okay, here is your problem; you have no idea what you are doing]

    you need to take a pill there buddy, your no genuis

    [You did not define how to compute...

  • RE: SSIS import issues - date field

    I got the file to upload from SSIS, for whatever reason I had to seperate the file from blank fields to populated field and it worked. Not 100% sure why...

  • RE: SSIS import issues - date field

    thanks, i was able to get that field working last night, the processs is now failing on another text field. I'm not sure how the excel file was created when...

  • RE: combine two queries into one

    I'll be looking at it again today.

    I get the 16 and 330 when i run the queries in the access app and the against the new sql table I created...

  • RE: combine two queries into one

    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    Lynn Pettis (6/14/2012)


    SQL_NuB (6/14/2012)


    [OR] clause didn't work, that's the first thing I tried prior to asking.

    The data returned is going to be used on...

  • RE: combine two queries into one

    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    Lynn Pettis (6/14/2012)


    SQL_NuB (6/14/2012)


    [OR] clause didn't work, that's the first thing I tried prior to asking.

    The data returned is going to be used on reports so...

  • RE: combine two queries into one

    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    [OR] clause didn't work, that's the first thing I tried prior to asking.

    The data returned is going to be used on reports so no filtering right now, just...

  • RE: combine two queries into one

    SQLKnowItAll (6/14/2012)


    SQL_NuB (6/14/2012)


    Lynn Pettis (6/14/2012)


    SQL_NuB (6/14/2012)


    [OR] clause didn't work, that's the first thing I tried prior to asking.

    The data returned is going to be used on reports so no filtering...

  • RE: combine two queries into one

    Lynn Pettis (6/14/2012)


    SQL_NuB (6/14/2012)


    [OR] clause didn't work, that's the first thing I tried prior to asking.

    The data returned is going to be used on reports so no filtering right now,...

Viewing 15 posts - 16 through 30 (of 127 total)