Forum Replies Created

Viewing 15 posts - 31 through 45 (of 2,452 total)

  • RE: Looking to sort two queries by Date, Time

    as a side issue what is the datatype for [ie].[DateTime]
    am just wondering what this bit of code is for?
    CONVERT(varchar(10),REPLACE(CONVERT(varchar(10), [ie].[DateTime],101),'/','-')) AS [Void_Date]

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Migrated DB to 2016, having ODBC Access problem

    RandomStream - Monday, January 29, 2018 12:21 PM


    <snip> 
    I can't wait to see the end of MS Access. It's...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: My database can't be opened

    Jeff Moden - Monday, January 29, 2018 10:32 AM

    This thread has all the classic symptoms of something that will probably turn out...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: IMPORT INTO EXCEL 2016

    Data Tab > queries and connections >> right click your query >edit
    New Query editor opens....Home tab > advanced editor.

    hope this helps

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Strange Problem ???

    xtrmus2319 - Thursday, January 25, 2018 3:04 AM

    consumable data and DDL ?

    You need just code ? Right?

    https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: How to use HAVING with MAX on dates.

    paul 69259 - Thursday, January 18, 2018 5:57 AM

    @ J Livingston SQL

    Thanks for your reply. It's ok, I have talked it over...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: How to use HAVING with MAX on dates.

    @paul-2

    for clarification please.......if you use these dates 1st October 2017 to 31 December 2017 for your report and a customer has orders in Oct and Dec but not in...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: New to SQL help with script please

    spryngbyrd - Wednesday, January 10, 2018 2:39 PM

    I'm trying add specific qtys together in the same table where 3 fields match....

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: SELECT all negative values, that have a positive value

    drew.allen - Tuesday, January 9, 2018 10:36 AM

    J Livingston SQL - Tuesday, January 9, 2018 10:31 AM

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: SELECT all negative values, that have a positive value

    wild guess.....

    SELECT ABS(id)
    FROM yourtable
    GROUP BY ABS(id)
    HAVING(COUNT(DISTINCT grp) > 1);

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: SELECT all negative values, that have a positive value

    first off...please read this link https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/    You will be surprised how you get faster and better answers by following the advice.
    secondly why return -102 and not 102?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: SELECT all negative values, that have a positive value

    some sample data would help please.....your question doesnt really make any sense without data that shows your problem

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Searching strings

    richardmgreen1 - Friday, January 5, 2018 6:59 AM

    I'll post some data shortly.

    still waiting 🙂

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Find a string with two dots

    khpcbgnt - Wednesday, January 3, 2018 1:42 PM

    Thanks for all your help.

    ....and what solution have you decided to use?....tis a two way...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • Viewing 15 posts - 31 through 45 (of 2,452 total)