Forum Replies Created

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

  • Reply To: Exclude rows where value used in another row

    what do you want return if you had these rows

    02038881121 | Jamie
    02038881121 | Jamie
    02038881121 | John
    02038881121 | Jack

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

  • Reply To: Briefcase no working?

    Steve Jones - SSC Editor wrote:

    Is this still an issue?

    just tried adding to "briefcase"....no joy....seems to be there and then immediately disappears

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

  • Reply To: Inserting records in bulk, but check total quantity of all products first

    may I ask why the stock level is not checked prior to committing/accepting the order ?

    Maybe if you could explain in more detail how your order/stock system works, then it...

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

  • Reply To: Need Some HELP with a Query to help me validate other program.

    as a developer, I am sure you will appreciate my next question............any chance you can provide set up scripts for your tables and sample data, please...?  (Not everyone is going...

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

  • Reply To: Need Some HELP with a Query to help me validate other program.

    why isn't item 125 different.....50/30  60/28 ?

     

    edit...because of Item_master.Type = 'BIK'?

     

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

  • Reply To: SQL - SUBSTRING combined with CHARINDEX not returning desired results.

    maybe ?

    WITH SampleData2 (PERSONNUM, [ORGPATHTXT]) AS
    (
    SELECT 231089,'./Company/20-00001/120---30-00006/40-00506/50-99506/60-29145/97455001/0097455001/Fire-Grill'
    UNION ALL
    SELECT 121564,'./Company/20-00001/120---30-00006/40-00073/50-00075/60-26275/68990001/0068990001/Location3/Burger-Cook'
    UNION ALL
    SELECT 999998, './Company/20-00001/120---30-00006/40-00073/50-00075/60-26275/77990993/0077990993/Location6/Food-Worker'
    )

    SELECT *
    ,CAST(N'<x>' + REPLACE(REPLACE(ORGPATHTXT,'/','~'),N'~',N'</x><x>') + N'</x>' AS XML).value('/x[8]','nvarchar(max)')
    from SampleData2

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

  • Reply To: Rounding problem (?) using DATEDIFF (minutes)

    without any data or table set up scripts, tis a tad hard to guess what you want....so, just for fun...

    if  this is anywhere close to your basic results, then SUM...

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

  • Reply To: Send private message to another site member

    Thank you Steve, all appears to be working as expected.

    JLS

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

  • Reply To: Need help sorting based on 2 different column DateTime

    maybe ?

    SELECT
    Id,
    IncidentNo,
    CreatedDate,
    LatestRepliedDate
    FROM IncidentMasterSimulation
    ORDER BY ISNULL(LatestRepliedDate, CreatedDate) DESC

     

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

  • Reply To: Active threads ....could be better

    Steve Jones - SSC Editor wrote:

    That's not a good bug report. What's longer?

    I've checked this a few times lately and it's about 7-8s at different times of the day.

    I know its not a good...

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

  • Reply To: Active threads ....could be better

    hmmmm

    after 4½ years it seems to take even longer now !

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

  • Reply To: Are the posted questions getting worse?

    Grant Fritchey wrote:

    J Livingston SQL wrote:

    So, my personal and heartfelt request as a member of "the community that was", I'd love it if you and JLS (another recent revisitor) and a host...

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

  • Reply To: grouping rows into sets

    Jeff Moden wrote:

    Shifting gears back to your good question, I'm curious...

    1. What are you going to do with the t_Group and t_no columns once they've been generated?
    2. How often will you...

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

  • Reply To: Create a delta from downloaded info

    Jeff...do you still post your "1 million row" test scripts?

    Would love to see one for this Q.

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

  • Reply To: grouping rows into sets

    Jeff.....had to smile when I saw his post <grin>

    Wonder if he will follow it up?

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

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