Forum Replies Created

Viewing 15 posts - 151 through 165 (of 626 total)

  • RE: Are the posted questions getting worse?

    Just installed MS SQL on a Guest VM (Linux).

    This is nuts...I can't help but smile how cool this is. Not quite ready for primetime as certain key services are...

  • RE: Convert Cross Join to Inner Join

    Absolutely, but could you provide some sample data. I'd prefer to be able to verify any code is working as intended before tossing it out there.

    Cheers,

  • RE: Today's Random Word!

    djj (11/16/2016)


    Ed Wagner (11/16/2016)


    Grumpy DBA (11/16/2016)


    Brandie Tarvin (11/16/2016)


    Removal

    Alien probe

    X Files

    X Men

    Mutants

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/15/2016)


    Y.B. (11/15/2016)


    Hey Brandie, cheddar is not better!! LOL (it's all personal preference of course)

    That being said I did recently try an Irish Cheddar which was excellent. ...

  • RE: Are the posted questions getting worse?

    Hey Brandie, cheddar is not better!! LOL (it's all personal preference of course)

    That being said I did recently try an Irish Cheddar which was excellent. I like something...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (11/15/2016)


    That pyramid looks amazing.

    BTW, I'll be going on SQL Cruise in January. It's stopping at Cozumel. Who wants to go see the pyramid with me?

    Awesome! I do...

  • RE: Are the posted questions getting worse?

    Ed Wagner (11/15/2016)


    Y.B. (11/15/2016)


    My wife and I decided to check out some Mayan ruins near one of our ports of call during our cruise. I wasn't sure what to...

  • RE: Are the posted questions getting worse?

    My wife and I decided to check out some Mayan ruins near one of our ports of call during our cruise. I wasn't sure what to expect other than...

  • RE: Today's Random Word!

    Luis Cazares (11/15/2016)


    Ed Wagner (11/15/2016)


    djj (11/15/2016)


    Manic Star (11/15/2016)


    djj (11/15/2016)


    Ed Wagner (11/15/2016)


    BWFC (11/15/2016)


    Click

    Link

    Missing

    Dog

    Cat

    Mouse

    Cheese

    Swiss

  • RE: Today's Random Word!

    Ed Wagner (10/25/2016)


    djj (10/25/2016)


    Grumpy DBA (10/25/2016)


    Luis Cazares (10/25/2016)


    Ed Wagner (10/25/2016)


    Grumpy DBA (10/25/2016)


    djj (10/25/2016)


    Line

    White

    Snow

    flake

    Dandruff

    Shampoo

    Clean

    Mr

  • RE: query get 0 when month not exist in MSSQL

    Just expanding on what Phil said, this can be done quite easily with a LEFT JOIN.

    DECLARE @months TABLE ([month] VARCHAR(12))

    INSERT INTO @months

    VALUES ('January'), ('February'), ('March'), ('April'), ('May'), ('June'), ('July'), ('August'),...

  • RE: convert date to string then grab parts of the string

    I'm not 100% sure what you are looking for but It would seem that DATEPART would be your friend as it appears you are trying to grab the year and...

  • RE: finding the current ID value compared to the IDENTITY value

    Jeff Moden (10/17/2016)


    PearlJammer1 (10/17/2016)


    Hi Jeff

    It is because we have a situation where some tables appear to have id values less than the current identity value which will get auto generated...

  • RE: Today's Random Word!

    Ed Wagner (10/13/2016)


    Steve Jones - SSC Editor (10/13/2016)


    Home

    Family

    Unit

  • RE: Query Result

    sp_readerrorlog uses the extended procedure xp_readerrorlog which allows parameters for start and end dates.

    EXEC xp_readerrorlog 0, 1, 'pegasus', '-', '2016-10-13', '2016-10-14'

Viewing 15 posts - 151 through 165 (of 626 total)