Forum Replies Created

Viewing 15 posts - 271 through 285 (of 417 total)

  • RE: Removing blank address lines

    Luis Cazares (6/18/2015)


    You could also correct the source if at all possible,

    Here's an example using AdventureWorks2012

    SELECT a.AddressID,

    a.AddressLine1,

    a.AddressLine2,

    ...

  • RE: Removing blank address lines

    paul.farnell (6/18/2015)


    In report builder I am building up an invoice with an address with 6 lines plus a postcode. They are showing one field below the other on the...

  • RE: Today's Random Word!

    crookj (6/18/2015)


    BL0B_EATER (6/18/2015)


    Ed Wagner (6/18/2015)


    TomThomson (6/18/2015)


    Revenant (6/17/2015)


    Stupor

    Dementia

    Confusion

    Mental

    Case

    Brief

  • RE: Today's Random Word!

    Ed Wagner (6/18/2015)


    TomThomson (6/18/2015)


    Revenant (6/17/2015)


    Stupor

    Dementia

    Confusion

    Psychic

  • RE: A Syntax Mystery in a Previously Working Procedure

    What's surprising to me here is that no one has brought up the idea of using a source control system. sp_helptext is great if you want to see if...

  • RE: scalar function returning zero when it shouldn't

    ** didn't see second page of topic and my question was already answered.

  • RE: Today's Random Word!

    djj (6/17/2015)


    Ed Wagner (6/17/2015)


    djj (6/17/2015)


    Ed Wagner (6/17/2015)


    Eirikur Eiriksson (6/17/2015)


    Chocolate

    Dark

    Light

    Sabre

    Tooth

    Tiger (I don't think I had a choice)

  • RE: Indexing Dates

    Jeff Moden (6/16/2015)


    DonlSimpson (6/16/2015)


    A calendar or "dimDate" table will make this a much simpler task.

    How? He already supposedly has the dates he wants and just wants to number the...

  • RE: Indexing Dates

    pederson1234 (6/16/2015)


    Hey all, thanks for the feedback, i'm not quite there yet... Trying to simplify how I'm stating my need:

    This is what my table looks like:

    Customers

    Name, Date

    ‘John’, ‘2015-01-01’

    ‘John’, ‘2015-01-02’

    ‘John’,...

  • RE: Today's Random Word!

    Ed Wagner (6/16/2015)


    Narud (6/16/2015)


    Eric M Russell (6/16/2015)


    Revenant (6/16/2015)


    Eric M Russell (6/16/2015)


    Ed Wagner (6/16/2015)


    Eric M Russell (6/16/2015)


    Ed Wagner (6/16/2015)


    BL0B_EATER (6/16/2015)


    TomThomson (6/15/2015)


    Ed Wagner (6/15/2015)


    djj (6/15/2015)


    Eirikur Eiriksson (6/15/2015)


    Ed Wagner (6/15/2015)


    Revenant (6/15/2015)


    Ed Wagner (6/15/2015)


    djj...

  • RE: Today's Random Word!

    Ed Wagner (6/16/2015)


    crookj (6/16/2015)


    BL0B_EATER (6/16/2015)


    Ed Wagner (6/16/2015)


    djj (6/16/2015)


    Ed Wagner (6/16/2015)


    BL0B_EATER (6/16/2015)


    TomThomson (6/15/2015)


    Ed Wagner (6/15/2015)


    djj (6/15/2015)


    Eirikur Eiriksson (6/15/2015)


    Ed Wagner (6/15/2015)


    Revenant (6/15/2015)


    Ed Wagner (6/15/2015)


    djj (6/15/2015)


    crookj (6/15/2015)


    Guzzled

    Gin (reference to the late Red Skelton)

    Rum

    Captain

    Picard

    Packard

    Automobile

    Repair

    Mend

    patch

    Update

    Version

    Stability

    Strong

    Odor...

  • RE: Today's Random Word!

    djj (6/12/2015)


    Ed Wagner (6/12/2015)


    Revenant (6/12/2015)


    Ed Wagner (6/12/2015)


    crookj (6/12/2015)


    ZZartin (6/12/2015)


    Ed Wagner (6/12/2015)


    BL0B_EATER (6/12/2015)


    djj (6/12/2015)


    Shape

    MOLD

    Fungus

    Trip

    Vacation

    Family

    Mafia

    Godfather

    Gun

    Cannoli

  • RE: What will happen with below code???

    g.britton (6/12/2015)


    Easy but encourages a bad practice: Using an INSERT statement without a column list. OTOH if you had a column list with the two non-identity columns, the...

  • RE: Normalizing a database

    ZZartin (6/5/2015)


    If this is just for reporting purposes those tables might very intentionally be denormalized, which wouldn't prevent you from creating primary and foreign keys and indexs would almost certainly...

  • RE: Eliminate Duplicate Rows when joining multiple tables

    Lynn Pettis (6/8/2015)


    Personally, I think the query is correct. Masking of the subsequent sales amounts should occur in the front end application or report, not at the back end.

    +1

    It...

Viewing 15 posts - 271 through 285 (of 417 total)